Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/include/
Dthreads.h26 thrd_timedout, enumerator
27 #define thrd_timedout thrd_timedout macro
/Zephyr-latest/lib/libc/common/source/thrd/
Dcnd.c57 return thrd_timedout; in cnd_timedwait()
Dmtx.c73 return thrd_timedout; in mtx_timedlock()
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dmtx.c119 zassert_equal(thrd_timedout, ret); in ZTEST()
Dcnd.c137 tst_cnd_common(fixture, WAIT_TIME_MS * 2, false, thrd_timedout, DONT_CARE); in ZTEST_F()