zephyr/tests/kernel
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
..
cache
common util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
condvar/condvar_api
context util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
device
early_sleep
events
fatal tests: kernel: print FAILED when wrong faults caught 2023-02-21 18:06:44 -05:00
fifo
fpu_sharing tests: Fix floating point test variants on x86 w/LLVM 2023-02-21 08:25:38 -05:00
gen_isr_table
interrupt tests: kernel: interrupt: workaround qemu_x86 interrupt issue 2023-02-21 16:17:20 -05:00
lifo
mbox
mem_heap boards: mps2_an521: clean up memory map 2023-02-19 20:55:47 -05:00
mem_protect tests: kernel: print FAILED when wrong faults caught 2023-02-21 18:06:44 -05:00
mem_slab
mp
msgq
mutex
obj_tracking tests: kernel: Add events to object tracking 2023-02-02 20:21:12 +09:00
pending
pipe tests: kernel: print FAILED when wrong faults caught 2023-02-21 18:06:44 -05:00
poll
profiling/profiling_api
queue
sched util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
semaphore
sleep util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
smp tests: kernel: print FAILED when wrong faults caught 2023-02-21 18:06:44 -05:00
smp_boot_delay
spinlock
stack/stack
threads samples and tests: Add REQUIRED to Zephyr find_package call 2023-03-02 09:58:27 +01:00
tickless/tickless_concept util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
timer tests: timer_behavior: accuracy improvements 2023-03-02 21:14:52 +01:00
usage/thread_runtime_stats renode: Add Renode overlays for selected tests 2023-01-25 14:02:29 -08:00
workq util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
xip