zephyr/include/microkernel
Daniel Leung 699564c69c microkernel: fix build issue when CONFIG_TASK_MONITOR=y
Note that the A->Comm is a pointer to the microkernel functions,
and thus is highly probable that the high 8-bit is occupied.
Therefore adds a new field in the monitor struct to store the pointer.

Change-Id: I7bcb34108c89a97cc38b2ac411ae4139b62786f3
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:12 -05:00
..
base_api.h
command_packet.h
event.h events: Simplify task_event_recv() API family 2016-02-05 20:25:05 -05:00
fifo.h fifo: Simplify task_fifo_get() API family 2016-02-05 20:25:06 -05:00
mailbox.h mailbox: Simplify task_mbox_data_block_get() API family 2016-02-05 20:25:05 -05:00
memory_map.h mem_map: Simplify task_mem_map_alloc() API family 2016-02-05 20:25:05 -05:00
memory_pool.h mem_pool: Simplify task_mem_pool_alloc() API family 2016-02-05 20:25:05 -05:00
mutex.h mutex: Simplify task_mutex_lock() API family 2016-02-05 20:25:05 -05:00
pipe.h pipes: Simplify task_pipe_get() API family 2016-02-05 20:25:05 -05:00
semaphore.h semgroup: Simplify task_sem_group_take() API family 2016-02-05 20:25:05 -05:00
task_irq.h task_irq: Simplify task_irq_test() API family 2016-02-05 20:25:05 -05:00
task.h
ticks.h microkernel: fix build issue when CONFIG_TASK_MONITOR=y 2016-02-05 20:25:12 -05:00