Home
last modified time | relevance | path

Searched refs:THREAD_DELAY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/kernel/smp/src/
Dmain.c25 #define THREAD_DELAY 1 macro
377 &thread_entry_fn, THREAD_DELAY); in ZTEST()
418 &thread_entry_fn, THREAD_DELAY); in ZTEST()
451 &thread_entry_fn, !THREAD_DELAY); in ZTEST()
480 &thread_entry_fn, !THREAD_DELAY); in ZTEST()
563 &thread_wakeup_entry, !THREAD_DELAY); in ZTEST()
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c51 #define THREAD_DELAY 0 macro
69 THREAD_PRIO, 0, THREAD_DELAY);