zephyr/include/microkernel
Allan Stephens 7c4b9ce1f7 kernel: Eliminate the need for command packet sets
Revises microkernel semaphore sub-system to allow ISRs and fibers
to give a semaphore without having to define a command packet set.
The microkernel server now supports a 3rd command type on its
command stack, allowing a semaphore to be given in a similar manner
to the one used for the existing "give event" command type.

Change-Id: Ibd7fb1a77949792f72acd20a9ee304d6eabd62f7
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:24:42 -05:00
..
base_api.h microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
command_packet.h kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
event.h microkernel: introduce private event objects 2016-02-05 20:24:35 -05:00
fifo.h
mailbox.h
memory_map.h
memory_pool.h
mutex.h
pipe.h
semaphore.h kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
task_irq.h
task.h
ticks.h