zephyr/include/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
..
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 kernel: Minor optimization of event & semaphore include files 2016-02-05 20:24:42 -05:00
fifo.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
mailbox.h mailbox: Simplify task_mbox_get() API family 2016-02-05 20:25:05 -05:00
memory_map.h doc: Update descriptions for memory map APIs 2016-02-05 20:24:48 -05:00
memory_pool.h doc: Update descriptions for memory pool APIs 2016-02-05 20:24:48 -05:00
mutex.h doc: Update descriptions for mutex APIs 2016-02-05 20:24:53 -05:00
pipe.h toolchain: change section macro to support external c libraries 2016-02-05 20:24:29 -05:00
semaphore.h doc: Update descriptions for semaphore APIs 2016-02-05 20:24:53 -05:00
task_irq.h task_irq: Simplify task_irq_test() 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
ticks.h timer: Remove deprecated routines 2016-02-05 20:24:55 -05:00