Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/pending/src/
Dmain.c83 static int __noinit coop_high_state; variable
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()
317 zassert_false((coop_high_state != FIFO_TEST_START) || in ZTEST()
334 (coop_high_state != FIFO_TEST_START + 4), in ZTEST()
355 zassert_false((coop_high_state != FIFO_TEST_END + 1) || in ZTEST()
389 zassert_false((coop_high_state != LIFO_TEST_START) || in ZTEST()
401 (coop_high_state != LIFO_TEST_START + 4), in ZTEST()
422 zassert_false((coop_high_state != LIFO_TEST_END + 1) || in ZTEST()