zephyr/doc/kernel
Andrew Boie 2b9b4b2cf7 k_queue: allow user mode access via allocators
User mode may now use queue objects. Instead of embedding the kernel's
linked list information directly in the data item, a container struct
is allocated from the caller's resource pool which is then added to
the queue. The new sflist type is now used to store a flag indicating
whether a data item needs to be freed when removed from the queue.

FIFO/LIFOs are derived from k_queues and have had allocator functions
added.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-17 23:34:03 +03:00
..
data_passing k_queue: allow user mode access via allocators 2018-05-17 23:34:03 +03:00
memory kernel: internal APIs for thread resource pools 2018-05-16 17:32:59 -07:00
other
overview doc: change https://zephyrproject.org/doc refs 2018-05-02 18:32:44 -04:00
synchronization
threads
timing
usermode userspace: get dynamic objs from thread rsrc pools 2018-05-16 17:32:59 -07:00
kernel.rst