zephyr/kernel
Joakim Andersson bd3b4b0caf kernel: Add static threads to k_thread_foreach functions
Add iterating over the static threads for k_thread_foreach and
k_thread_foreach_unlocked iterator functions

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-03-12 10:48:29 +02:00
..
include kernel/smp: arch/x86_64: Address race with CPU migration 2020-02-08 08:51:04 -05:00
atomic_c.c kernel: add APIs for atomic os on pointers 2020-03-10 10:18:16 -04:00
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c kernel: fatal: fix indentation in z_fatal_error 2020-03-11 10:26:36 +02:00
futex.c
idle.c
init.c kernel: random: ifdef z_early_boot_rand_get 2020-03-10 21:12:28 +02:00
Kconfig kernel: Stack pointer random depends on MULTITHREADING 2020-03-02 22:49:37 +02:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
pipes.c
poll.c
queue.c
sched.c kernel: use sched lock for k_thread_suspend/resume 2020-03-10 09:57:58 -04:00
sem.c tracing: move headers under include/tracing 2020-02-07 15:58:05 -05:00
smp.c kernel/smp: arch/x86_64: Address race with CPU migration 2020-02-08 08:51:04 -05:00
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: Add static threads to k_thread_foreach functions 2020-03-12 10:48:29 +02:00
timeout.c
timer.c
userspace_handler.c
userspace.c kernel/userspace: Move syscall_frame field to thread struct 2020-02-08 08:51:04 -05:00
version.c
work_q.c kernel: work_q: fix return value in non-error case 2020-02-20 17:50:05 +02:00