Searched refs:pthread_mutexattr_gettype (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_mutexattr.c79 __weak_reference(_pthread_mutexattr_gettype, pthread_mutexattr_gettype);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h166 #define pthread_mutexattr_gettype _pthread_mutexattr_gettype macro
H A Dun-namespace.h147 #undef pthread_mutexattr_gettype macro
/freebsd-13-stable/include/
H A Dpthread.h228 int pthread_mutexattr_gettype(
/freebsd-13-stable/share/man/man3/
H A DMakefile484 pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp88 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *)
1230 if (REAL(pthread_mutexattr_gettype)(a, &type) == 0)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4727 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_gettype);

Completed in 113 milliseconds