Home
last modified time | relevance | path

Searched refs:pthread_mutexattr_gettype (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_mutexattr.c76 __weak_reference(_pthread_mutexattr_gettype, pthread_mutexattr_gettype);
/freebsd/lib/libthr/
H A Dpthread.map80 pthread_mutexattr_gettype;
/freebsd/include/
H A Dpthread.h229 int pthread_mutexattr_gettype(
/freebsd/lib/libc/include/
H A Dnamespace.h164 #define pthread_mutexattr_gettype _pthread_mutexattr_gettype macro
H A Dun-namespace.h145 #undef pthread_mutexattr_gettype
/freebsd/share/man/man3/
H A DMakefile512 pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp97 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *)
1333 if (REAL(pthread_mutexattr_gettype)(a, &type) == 0) in TSAN_INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2615 fun:pthread_mutexattr_gettype=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4893 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_gettype);