zephyr/kernel
Peter Mitsis 35435928c2 kernel: Decouple sleep from suspend
Sleeping and suspended are now orthogonal states. That is, a thread
may be both sleeping and suspended and the two do not interact. One
repercussion of this is that suspending a thread will no longer
abort its timeout.

Threads are now created in the 'sleeping' state instead of a
'suspended' state. This dovetails nicely with the start delay that
can be given to a newly created thread--it is as though the very
first operation that a thread with a start delay is a sleep.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-12-18 18:17:03 +01:00
..
include kernel: Decouple sleep from suspend 2024-12-18 18:17:03 +01:00
paging
atomic_c.c
banner.c
busy_wait.c
CMakeLists.txt
compiler_stack_protect.c
condvar.c
cpu_mask.c
device.c device: Optimize device_get_binding search efficiency 2024-11-27 08:18:30 +01:00
dynamic_disabled.c
dynamic.c kernel: dynamic: simplify dynamic stack allocation 2024-12-11 21:33:00 +01:00
errno.c
events.c
fatal.c
float.c
futex.c
idle.c
init_static.c
init.c kernel: Decouple sleep from suspend 2024-12-18 18:17:03 +01:00
ipi.c
irq_offload.c
Kconfig kernel: Add CONFIG_MEM_SLAB_POINTER_VALIDATE 2024-12-14 01:03:28 +01:00
Kconfig.device
Kconfig.init
Kconfig.mem_domain
Kconfig.obj_core
Kconfig.smp
Kconfig.vm
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c kernel: Optimize k_mem_slab_free() 2024-12-14 01:03:28 +01:00
mempool.c
mmu.c
msg_q.c kernel: k_msgq_put should trigger reschedule 2024-12-14 01:04:43 +01:00
mutex.c
nothread.c
obj_core.c
pipes.c
poll.c
priority_queues.c
queue.c
sched.c kernel: Decouple sleep from suspend 2024-12-18 18:17:03 +01:00
sem.c
smp.c
spinlock_validate.c
stack.c
system_work_q.c
thread_monitor.c
thread.c kernel: Decouple sleep from suspend 2024-12-18 18:17:03 +01:00
timeout.c
timer.c
timeslicing.c
usage.c
userspace_handler.c
userspace.c
version.c
work.c tracing: kernel: Add support for stopping workqueues 2024-12-12 11:07:39 +01:00
xip.c