Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dcnd.c91 static void tst_cnd_common(struct libc_cnd_fixture *fixture, size_t wait_ms, bool th2, int exp1, in tst_cnd_common() function
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()