zephyr/tests/benchmarks
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
..
app_kernel tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
cmsis_dsp boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
data_structure_perf tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
footprints arch: deprecate _current 2024-11-23 20:12:24 -05:00
latency_measure tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
mbedtls modules: mbedtls: rename CONFIG_MBEDTLS_MAC_*_ENABLED and rm duplicates 2024-05-29 08:39:26 +02:00
posix/threads tests: benchmarks: move pthread_pressure to benchmarks/posix 2024-12-06 06:51:13 +01:00
sched tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
sched_queues tests: benchmarks: increase timeout for sched_queues tests 2024-12-10 15:29:11 +00:00
sched_userspace tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
sys_kernel tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00
thread_metric kernel: Decouple sleep from suspend 2024-12-18 18:17:03 +01:00
wait_queues tests: benchmarks: optimize filters and use platform_key. 2024-11-26 21:42:22 +01:00