zephyr/kernel
Anas Nashif 081605ee23 kernel: do not queue a thread that is already queued
Do not add a thread to the run queue if it was already added.

Fixes #29244

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-10-22 07:00:15 -04:00
..
include kernel: only resume suspended threads 2020-10-22 07:00:15 -04:00
atomic_c.c
cache_handlers.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c
idle.c
init.c kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
Kconfig kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
kheap.c
mailbox.c
mem_domain.c userspace: fix k_mem_domain_init() 2020-10-21 10:20:49 -07:00
mem_slab.c
mempool_sys.c
mempool.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c kernel/poll: Mark incompatibility with KERNEL_COHERENCE 2020-10-21 06:38:53 -04:00
queue.c
sched.c kernel: do not queue a thread that is already queued 2020-10-22 07:00:15 -04:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c soc/xtensa: Misc. checkpatch fixups 2020-10-21 06:38:53 -04:00
timeout.c kernel: Add cache coherence management framework 2020-10-21 06:38:53 -04:00
timer.c
userspace_handler.c
userspace.c userspace: Fix thread index type in z_thread_perms_all_clear() 2020-10-21 08:00:35 -04:00
version.c
work_q.c