zephyr/kernel
Andrew Boie 0fe789ff2e kernel: add k_msgq_alloc_init()
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>
2018-05-16 17:32:59 -07:00
..
include kernel: internal APIs for thread resource pools 2018-05-16 17:32:59 -07:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c
int_latency_bench.c
Kconfig
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c kernel: internal APIs for thread resource pools 2018-05-16 17:32:59 -07:00
msg_q.c kernel: add k_msgq_alloc_init() 2018-05-16 17:32:59 -07:00
mutex.c
pipes.c kernel: pipes: add k_pipe_alloc_init() 2018-05-16 17:32:59 -07:00
poll.c
queue.c
sched.c
sem.c
smp.c
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c kernel: internal APIs for thread resource pools 2018-05-16 17:32:59 -07:00
timer.c
userspace_handler.c userspace: get dynamic objs from thread rsrc pools 2018-05-16 17:32:59 -07:00
userspace.c kernel: add k_msgq_alloc_init() 2018-05-16 17:32:59 -07:00
version.c
work_q.c