zephyr/include/microkernel
Peter Mitsis 05e0c02a5d fifo: Simplify task_fifo_get() API family
Changes the FIFO API so that the timeout parameter must be specified
when invoking task_fifo_get() thereby making the following APIs obsolete:
    task_fifo_get_wait()
    task_fifo_get_wait_timeout()
    _task_fifo_get()

Change-Id: Iac626d9d6d4836033e06ffd5a2ca415ab2630b1a
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:06 -05:00
..
base_api.h kernel: Specify alignment of microkernel server command stack items 2016-02-05 20:24:42 -05:00
command_packet.h kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
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.h doc: Fix microkernel task.h doc build warnings 2016-02-05 20:24:54 -05:00
task_irq.h task_irq: Simplify task_irq_test() API family 2016-02-05 20:25:05 -05:00
ticks.h timer: Remove deprecated routines 2016-02-05 20:24:55 -05:00