Searched refs:WAIT_TIME_MS (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | cnd.c | 14 #define WAIT_TIME_MS 100 macro 75 timespec_add_ms(&time_point, WAIT_TIME_MS); in test_cnd_thread_fn() 125 tst_cnd_common(fixture, WAIT_TIME_MS / 2, false, thrd_success, DONT_CARE); in ZTEST_F() 131 tst_cnd_common(fixture, WAIT_TIME_MS / 2, false, thrd_success, DONT_CARE); in ZTEST_F() 137 tst_cnd_common(fixture, WAIT_TIME_MS * 2, false, thrd_timedout, DONT_CARE); in ZTEST_F() 143 tst_cnd_common(fixture, WAIT_TIME_MS, true, thrd_success, thrd_success); in ZTEST_F()
|