Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/include/
Dthreads.h48 mtx_recursive, enumerator
49 #define mtx_recursive mtx_recursive macro
/Zephyr-latest/lib/libc/common/source/thrd/
Dmtx.c23 case mtx_plain | mtx_recursive: in mtx_init()
24 case mtx_timed | mtx_recursive: in mtx_init()
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dmtx.c18 mtx_plain | mtx_recursive,
19 mtx_timed | mtx_recursive,
71 if ((type & mtx_recursive) == 0) { in ZTEST()