Home
last modified time | relevance | path

Searched refs:mtx_plain (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libstdthreads/
H A Dmtx.c49 case mtx_plain: in mtx_init()
53 case mtx_plain | mtx_recursive: in mtx_init()
H A Dthreads.h57 mtx_plain = 0x1, enumerator
/freebsd/contrib/processor-trace/include/posix/
H A Dthreads.h132 mtx_plain = PTHREAD_MUTEX_NORMAL enumerator
139 if (!mtx || type != mtx_plain) in mtx_init()
/freebsd/contrib/processor-trace/include/windows/
H A Dthreads.h140 mtx_plain enumerator
145 if (!mtx || type != mtx_plain) in mtx_init()
/freebsd/sys/dev/random/
H A Dother_algorithm.h52 #define RANDOM_RESEED_INIT_LOCK(x) mtx_init(&other_mtx, mtx_plain)
H A Dfortuna.h43 #define RANDOM_RESEED_INIT_LOCK(x) mtx_init(&fortuna_state.fs_mtx, mtx_plain)
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c96 errcode = mtx_init(&section->lock, mtx_plain); in pt_mk_section()
104 errcode = mtx_init(&section->alock, mtx_plain); in pt_mk_section()
H A Dpt_section_file.c49 errcode = mtx_init(&mapping->lock, mtx_plain); in fmap_init()
H A Dpt_image_section_cache.c74 errcode = mtx_init(&iscache->lock, mtx_plain); in pt_iscache_init()
/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/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c119 errcode = mtx_init(&section->lock, mtx_plain); in pt_mk_section()
125 errcode = mtx_init(&section->alock, mtx_plain); in pt_mk_section()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc655 SYMBOL(mtx_plain, None, <threads.h>)