zephyr/tests/kernel/threads
Keith Packard d70e8d5a8f tests/thread_apis: Allow 20µs slop in k_busy_wait test
When testing k_busy_wait(100), don't require that at least 100µs of CPU
time be consumed by the thread itself; some of that time may be used
elsewhere in the system. Instead, just make sure that at least 80µs is
accounted to the thread and allow 20µs to get used elsewhere.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-12-05 09:24:28 +01:00
..
dynamic_thread kernel: objects: rename z_dynamic_object_aligned_create 2023-11-03 11:46:52 +01:00
dynamic_thread_stack tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
no-multithreading tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
thread_apis tests/thread_apis: Allow 20µs slop in k_busy_wait test 2023-12-05 09:24:28 +01:00
thread_error_case tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
thread_init tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
thread_stack syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
tls tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00