Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/thread/
H A Dthr_mutexattr.c79 __weak_reference(_pthread_mutexattr_gettype, pthread_mutexattr_gettype);
/freebsd-13.1/lib/libthr/
H A Dpthread.map81 pthread_mutexattr_gettype;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h166 #define pthread_mutexattr_gettype _pthread_mutexattr_gettype macro
H A Dun-namespace.h147 #undef pthread_mutexattr_gettype
/freebsd-13.1/include/
H A Dpthread.h228 int pthread_mutexattr_gettype(
/freebsd-13.1/share/man/man3/
H A DMakefile486 pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp89 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *)
1281 if (REAL(pthread_mutexattr_gettype)(a, &type) == 0) in TSAN_INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2609 fun:pthread_mutexattr_gettype=uninstrumented
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4780 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_gettype);