zephyr/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
..
include Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_command_packet.c kernel: Eliminate the need for command packet sets 2016-02-05 20:24:42 -05:00
k_event.c events: add __ASSERT()s in APIs to validate event IDs 2016-02-05 20:24:48 -05:00
k_fifo.c checkpatch: warning - suspect_code_indent 2016-02-05 20:24:33 -05:00
k_idle.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_init.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_irq.c task_irq: Simplify task_irq_test() API family 2016-02-05 20:25:05 -05:00
k_mailbox.c mailbox: Simplify task_mbox_get() API family 2016-02-05 20:25:05 -05:00
k_memory_map.c doc: Update descriptions for memory map APIs 2016-02-05 20:24:48 -05:00
k_memory_pool.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_move_data.c checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
k_mutex.c checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
k_nop.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_offload.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
k_pipe_buffer.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe_get.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe_put.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe_util.c checkpatch: warning - line_spacing 2016-02-05 20:24:33 -05:00
k_pipe_xfer.c checkpatch: warning - unnecssary_else 2016-02-05 20:24:35 -05:00
k_pipe.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_semaphore.c doc: Update descriptions for semaphore APIs 2016-02-05 20:24:53 -05:00
k_server.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_task_monitor.c timer: Rename _sys_clock_cycle_get() 2016-02-05 20:24:55 -05:00
k_task.c checkpatch: warning - long_line 2016-02-05 20:24:33 -05:00
k_ticker.c Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k_timer.c checkpatch: error - global_initialisers 2016-02-05 20:24:33 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile Rename microkernel's global.c to k_init.c 2016-02-05 20:14:25 -05:00