zephyr/kernel/microkernel/include
Daniel Leung 013666c964 Redefine microkernel semaphore object identifier type
The opaque semaphore object id type is now a pointer to
the associated semaphore structure, rather than an index
into the microkernel's array of semaphore structures.

This change is a pre-requisite to support for private
semaphores, which are defined in source code.

Change-Id: I3821360be35237bfe3bf090efce84f99e335d309
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00
..
k_pipe_buffer.h Standardize on names for pipe_desc type objects 2016-02-05 20:14:36 -05:00
k_pipe_util.h Revise 'channel' comments in microkernel's pipe code 2016-02-05 20:14:37 -05:00
kernel_main.h microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
micro_private_types.h microkernel: Rename struct mutex_struct to _k_mutex_struct 2016-02-05 20:14:46 -05:00
micro_private.h Redefine microkernel semaphore object identifier type 2016-02-05 20:15:18 -05:00