Home
last modified time | relevance | path

Searched defs:pthread_mutex_destroy (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument
/freebsd-src/lib/libc/include/
H A Dnamespace.h150 #define pthread_mutex_destroy _pthread_mutex_destroy macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1332 TSAN_INTERCEPTOR(int,pthread_mutex_destroy,void * m) TSAN_INTERCEPTOR() argument