Home
last modified time | relevance | path

Searched defs:pthread_mutex_lock (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h153 #define pthread_mutex_lock _pthread_mutex_lock global() macro
/freebsd/contrib/libcxxrt/
H A Dexception.cc44 #pragma weak pthread_mutex_lock macro
45 #define pthread_mutex_lock(mtx) do {\ macro
/freebsd/crypto/krb5/src/util/support/
H A Dthreads.c116 # pragma weak pthread_mutex_lock macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() argument
/freebsd/lib/libc/include/
H A Dnamespace.h154 #define pthread_mutex_lock _pthread_mutex_lock macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp193 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *mutex) { in INTERCEPTOR() argument
/freebsd/contrib/tzcode/
H A Dlocaltime.c46 # define pthread_mutex_lock(l) (__isthreaded ? pthread_mutex_lock(l) : 0) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1352 TSAN_INTERCEPTOR(int, pthread_mutex_lock, void *m) { in TSAN_INTERCEPTOR() argument