zephyr/doc/kernel/microkernel
Peter Mitsis 57c7977ecf pipes: Simplify task_pipe_get() API family
Changes the pipe API so that the timeout parameter must be specified
when invoking task_pipe_get() thereby obsoleting the following APIs:
	task_pipe_get_wait()
	task_pipe_get_wait_timeout()
	_task_pipe_get()

Change-Id: If249e57d086fef15fdc1616965f53b310ac9cf9d
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:25:05 -05:00
..
microkernel_data.rst Doc: Change the Microkernel Objects to the Microkernel Services section. 2016-02-05 20:15:19 -05:00
microkernel_events.rst events: Simplify task_event_recv() API family 2016-02-05 20:25:05 -05:00
microkernel_fibers.rst doc: Add info on configuring the microkernel server fiber 2016-02-05 20:15:34 -05:00
microkernel_fifos.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
microkernel_mailboxes.rst mailbox: Simplify task_mbox_data_block_get() API family 2016-02-05 20:25:05 -05:00
microkernel_memory_maps.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
microkernel_memory_pools.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
microkernel_memory.rst Doc: Change the Microkernel Objects to the Microkernel Services section. 2016-02-05 20:15:19 -05:00
microkernel_mutexes.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
microkernel_pipes.rst pipes: Simplify task_pipe_get() API family 2016-02-05 20:25:05 -05:00
microkernel_semaphores.rst doc: Update descriptions for semaphore APIs 2016-02-05 20:24:53 -05:00
microkernel_synchronization.rst doc: Reorder listing of microkernel synchronization objects 2016-02-05 20:15:26 -05:00
microkernel_task_irqs.rst task_irq: Simplify task_irq_test() API family 2016-02-05 20:25:05 -05:00
microkernel_tasks.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
microkernel_timers.rst doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -05:00
microkernel.rst doc: Add section on microkernel application use of fibers 2016-02-05 20:15:32 -05:00