zephyr/include/microkernel
Peter Mitsis cd9893d563 microkernel: Elminate task_tick_xxx() APIs
Eliminates task_tick_xxx APIs in favor of sys_tick_xxx APIs.
	task_tick_get()    -> sys_tick_get()
	task_tick_get_32() -> sys_tick_get_32()
	task_tick_delta    -> sys_tick_delta()
	task_tick_delta_32 -> sys_tick_delta_32()

Change-Id: Ie8c2bc114a08f091997faaf68f6fc5536b2ba25d
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:54 -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 checkpatch: code_indent failures 2016-02-05 20:24:31 -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 irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() function 2016-02-05 20:24:44 -05:00
task.h checkpatch: error - function_without_args 2016-02-05 20:24:31 -05:00
ticks.h microkernel: Elminate task_tick_xxx() APIs 2016-02-05 20:24:54 -05:00