Home
last modified time | relevance | path

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

/freebsd/lib/libstdthreads/
H A Dmtx.c53 case mtx_plain | mtx_recursive: in mtx_init()
54 case mtx_timed | mtx_recursive: in mtx_init()
H A Dthreads.h58 mtx_recursive = 0x2, enumerator
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h39 return mtx_init(__m, mtx_plain | mtx_recursive) == thrd_success ? 0 : EINVAL; in __libcpp_recursive_mutex_init()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc656 SYMBOL(mtx_recursive, None, <threads.h>)