zephyr/kernel
Ramakrishna Pallala e74d85d816 kernel: thread: Simplify k_thread_foreach conditional inclusion
Simplify k_thread_foreach API conditional inclusion by putting
the whole logic under CONFIG_THREAD_MONITOR config option.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-07-18 15:42:28 -04:00
..
include kernel: Add the old "multi queue" scheduler algorithm as an option 2018-07-03 17:09:15 -04:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c coverage: exclude k_call_stacks_analyze from coverage 2018-07-18 10:39:48 -04:00
int_latency_bench.c
Kconfig kernel: minor improve in SYS_CLOCK_HW_CYCLES_PER_SEC help description 2018-07-16 11:01:47 -04:00
Kconfig.event_logger kernel: Kconfig: Remove redundant 'default n' properties 2018-06-22 15:21:14 -04:00
Kconfig.power_mgmt kernel: Kconfig: Remove redundant 'default n' properties 2018-06-22 15:21:14 -04:00
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c
queue.c kernel/drivers: fix compile warnings 2018-07-01 22:58:23 +02:00
sched.c kernel: Cleanup _ms_to_ticks(). 2018-07-03 22:46:39 -04:00
sem.c
smp.c
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c kernel: thread: Simplify k_thread_foreach conditional inclusion 2018-07-18 15:42:28 -04:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c