User mode can't be trusted to provide a memory buffer to k_msgq_init(). Introduce k_msgq_alloc_init() which allocates the buffer out of the calling thread's resource pool and expose that as a system call instead. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
|---|---|---|
| .. | ||
| main.c | ||
| test_msgq_attrs.c | ||
| test_msgq_contexts.c | ||
| test_msgq_fail.c | ||
| test_msgq_purge.c | ||
| test_msgq.h | ||