zephyr/kernel/unified
Benjamin Walsh c7ba8b17e1 kernel: rename k_am_in_isr() to k_is_in_isr()
Change-Id: Ie312da34dbbfbeb2c76bbf38905d8f334da28b63
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-11-08 20:27:31 -05:00
..
include kernel: add __ASSERT() for thread priorities 2016-11-08 20:27:31 -05:00
Kconfig unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00
Makefile unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00
alert.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
atomic_c.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
compiler_stack_protect.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
device.c device_pm: Update control function name and doc to indicate PM specific 2016-10-21 23:32:52 +00:00
errno.c kernel: remove old kernel support in v2 code 2016-11-07 11:34:18 -08:00
event_logger.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
fifo.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
idle.c kernel: fix issues in idle thread 2016-11-08 23:38:55 +00:00
init.c benchmarks: rename _NanoTscRead -> _tsc_read 2016-11-07 15:39:15 +00:00
int_latency_bench.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
kernel_event_logger.c kernel_event_logger: fix _current.prio acces in __ASSERT() 2016-11-08 23:38:34 +00:00
legacy_offload.c unified: Eliminate thread config structure used by work queues 2016-10-25 00:10:34 +00:00
legacy_timer.c unified: Eliminate kernel's 'legacy' directory 2016-10-21 15:33:30 +00:00
lifo.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
mailbox.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
mem_pool.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
mem_slab.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
msg_q.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
mutex.c unified/kernel: Assert that mutex is not unlocked without previous locking 2016-11-08 21:34:29 +00:00
pipes.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
sched.c kernel: add __ASSERT() for thread priorities 2016-11-08 20:27:31 -05:00
sem.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
stack.c unified: Add object tracing support for kernel objects 2016-11-02 21:56:27 +00:00
sys_clock.c unified: merge NANO_TIMERS and NANO_TIMEOUTS with SYS_CLOCK_EXISTS 2016-10-10 21:27:41 +00:00
system_work_q.c unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00
thread.c kernel: rename k_am_in_isr() to k_is_in_isr() 2016-11-08 20:27:31 -05:00
thread_abort.c unified: Finish adding thread monitoring support 2016-10-26 17:03:13 +00:00
timer.c unified: Add missing arguments to K_TIMER_DEFINE() 2016-11-04 00:47:23 +00:00
version.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
work_q.c unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00