zephyr/kernel
Andrew Boie 8f0bb6afe6 tracing: simplify idle thread detection
We now define z_is_idle_thread_object() in ksched.h,
and the repeated definitions of a function that does
the same thing now changed to just use the common
definition.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-09-30 15:25:55 -04:00
..
include tracing: simplify idle thread detection 2019-09-30 15:25:55 -04:00
atomic_c.c kernel: fix the bug in atomic_c.c 2019-09-26 21:13:20 -04:00
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
idle.c kernel: rename boot time globals 2019-09-30 15:25:55 -04:00
init.c kernel: rename main/idle thread/stacks 2019-09-30 15:25:55 -04:00
Kconfig kernel: rename __swap 2019-09-30 15:25:55 -04:00
Kconfig.power_mgmt
mailbox.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
mem_domain.c
mem_slab.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
mempool.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
msg_q.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
mutex.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
pipes.c
poll.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
queue.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
sched.c tracing: simplify idle thread detection 2019-09-30 15:25:55 -04:00
sem.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
smp.c
stack.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
system_work_q.c
thread_abort.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
thread.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
timeout.c
timer.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
userspace_handler.c
userspace.c
version.c
work_q.c kernel: timeout: remove unused callback parameter from init function 2019-09-28 15:41:18 -04:00