Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/threads_ext/src/
Dmain.c119 zassert_ok(pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE)); in ZTEST()
121 zassert_equal(type, PTHREAD_MUTEX_RECURSIVE); in ZTEST()
/Zephyr-latest/lib/libc/common/source/thrd/
Dmtx.c29 ret = pthread_mutexattr_settype(attrp, PTHREAD_MUTEX_RECURSIVE); in mtx_init()
/Zephyr-latest/lib/posix/options/
Dmutex.c152 case PTHREAD_MUTEX_RECURSIVE: in acquire_mutex()
409 case PTHREAD_MUTEX_RECURSIVE: in pthread_mutexattr_settype()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c44 zassert_not_equal(-1, PTHREAD_MUTEX_RECURSIVE); in ZTEST()
/Zephyr-latest/tests/posix/common/src/
Dmutex.c121 test_mutex_common(PTHREAD_MUTEX_RECURSIVE, recursive_mutex_entry); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h169 #define PTHREAD_MUTEX_RECURSIVE 1 macro