Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/include/
Dthreads.h46 mtx_timed, enumerator
47 #define mtx_timed mtx_timed macro
/Zephyr-latest/lib/libc/common/source/thrd/
Dmtx.c21 case mtx_timed: in mtx_init()
24 case mtx_timed | mtx_recursive: in mtx_init()
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dmtx.c17 mtx_timed,
19 mtx_timed | mtx_recursive,
112 zassert_equal(thrd_success, mtx_init(&mutex, mtx_timed)); in ZTEST()