zephyr/tests/benchmarks/thread_metric
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
..
src kernel: Decouple sleep from suspend 2024-12-18 18:17:03 +01:00
CMakeLists.txt
Kconfig
prj.conf tests: thread_metric: Disable memory slab ptr validation 2024-12-14 01:03:28 +01:00
testcase.yaml tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
thread_metric_readme.txt