Searched refs:mtx_plain (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/libstdthreads/ |
H A D | mtx.c | 49 case mtx_plain: in mtx_init() 53 case mtx_plain | mtx_recursive: in mtx_init()
|
H A D | threads.h | 57 mtx_plain = 0x1, enumerator
|
/freebsd/contrib/processor-trace/include/posix/ |
H A D | threads.h | 132 mtx_plain = PTHREAD_MUTEX_NORMAL enumerator 139 if (!mtx || type != mtx_plain) in mtx_init()
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 140 mtx_plain enumerator 145 if (!mtx || type != mtx_plain) in mtx_init()
|
/freebsd/sys/dev/random/ |
H A D | other_algorithm.h | 52 #define RANDOM_RESEED_INIT_LOCK(x) mtx_init(&other_mtx, mtx_plain)
|
H A D | fortuna.h | 43 #define RANDOM_RESEED_INIT_LOCK(x) mtx_init(&fortuna_state.fs_mtx, mtx_plain)
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_section.c | 96 errcode = mtx_init(§ion->lock, mtx_plain); in pt_mk_section() 104 errcode = mtx_init(§ion->alock, mtx_plain); in pt_mk_section()
|
H A D | pt_section_file.c | 49 errcode = mtx_init(&mapping->lock, mtx_plain); in fmap_init()
|
H A D | pt_image_section_cache.c | 74 errcode = mtx_init(&iscache->lock, mtx_plain); in pt_iscache_init()
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 39 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 D | ptunit-image_section_cache.c | 119 errcode = mtx_init(§ion->lock, mtx_plain); in pt_mk_section() 125 errcode = mtx_init(§ion->alock, mtx_plain); in pt_mk_section()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 655 SYMBOL(mtx_plain, None, <threads.h>)
|