zephyr/tests/kernel/sched/schedule_api/src
Alberto Escolar Piedras a2541d6c82 util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY
A new Z_SPIN_DELAY() macro has been added which
can be used to reduce a bit the amount of noise
due to the POSIX arch need to break busy loops with
k_busy_wait().
Use it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-03-04 22:14:04 +01:00
..
main.c
test_priority_scheduling.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_sched_is_preempt_thread.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_sched_priority.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_sched_timeslice_and_lock.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_sched_timeslice_reset.c util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
test_sched.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
test_slice_scheduling.c tests: add the missing initialization in test_slice_scheduling 2022-08-19 12:10:14 +02:00
user_api.c