zephyr/doc/kernel/microkernel
Peter Mitsis 1a163f53b7 task_irq: Simplify task_irq_test() API family
Changes the task IRQ API so that not only does task_irq_test() become
task_irq_wait(), but that the timeout parameter must also be specified.
Use of task_irq_wait() obsoletes the following APIs:
	task_irq_test()
	task_irq_test_wait()
	task_irq_test_wait_timeout()
	_task_irq_test()

Change-Id: Ie4d15f29941429249e9fbb258d29ec2b3ae73a93
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 doc: Add documentation for using private events 2016-02-05 20:24:36 -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_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 doc: Change API tables to lists in the Kernel Primer. 2016-02-05 20:24:29 -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