zephyr/kernel/unified
Benjamin Walsh ba5ddc189e unified: implement k_uptime_{get,delta}()
Simple conversion from ticks for now.

Change-Id: Ib81fc738d45641a6a3a88d2adec1f3eb861f3f97
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-09-23 21:39:40 +00:00
..
include unified: Remove #if 0 code block from wait_q.h 2016-09-23 19:53:21 +00:00
legacy unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
atomic_c.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
compiler_stack_protect.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
device.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
errno.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
event_logger.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
event.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
fifo.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
idle.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
init.c unified: Eliminate useless check in idle thread 2016-09-23 19:53:22 +00:00
int_latency_bench.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
Kconfig unified: Add legacy task_offload_to_fiber() routine 2016-09-23 18:51:06 +00:00
kernel_event_logger.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
lifo.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
mailbox.c unified: fix some leftover K_<obj>_DEFINE macros 2016-09-22 21:09:22 +00:00
Makefile unified: Add legacy task_offload_to_fiber() routine 2016-09-23 18:51:06 +00:00
mem_map.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
mem_pool.c unified: Implement memory pools 2016-09-20 22:04:46 +00:00
msg_q.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
mutex.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
offload.c unified: Add legacy task_offload_to_fiber() routine 2016-09-23 18:51:06 +00:00
pipes.c unified: fix some leftover K_<obj>_DEFINE macros 2016-09-22 21:09:22 +00:00
ring_buffer.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
sched.c unified: Remove check in _reschedule_threads() 2016-09-23 18:25:49 +00:00
sem.c unified: Add support for semaphore groups 2016-09-20 11:45:28 -04:00
stack.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
sys_clock.c unified: implement k_uptime_{get,delta}() 2016-09-23 21:39:40 +00:00
thread_abort.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
thread.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
timer.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
version.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00
work_q.c unified: initial unified kernel implementation 2016-09-13 17:12:55 -04:00