Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/pending/src/
Dmain.c13 #define NUM_SECONDS(x) ((x) * 1000) macro
222 fifo_tests(NUM_SECONDS(1), &coop_high_state, my_fifo_get, k_sem_take); in coop_high()
224 lifo_tests(NUM_SECONDS(1), &coop_high_state, my_lifo_get, k_sem_take); in coop_high()
460 zassert_false((timer_end_tick < timer_start_tick + NUM_SECONDS(1)), in ZTEST()