Home
last modified time | relevance | path

Searched defs:pthread_mutex_trylock (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/
Djemalloc_FreeBSD.h150 #define pthread_mutex_trylock _pthread_mutex_trylock macro
/freebsd-12-stable/contrib/gcc/
Dgthr-posix.c91 pthread_mutex_trylock (pthread_mutex_t *mutex ATTRIBUTE_UNUSED) in pthread_mutex_trylock() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cpp57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
/freebsd-12-stable/lib/libc/include/
Dnamespace.h159 #define pthread_mutex_trylock _pthread_mutex_trylock macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1300 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) { in TSAN_INTERCEPTOR() argument