Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c655 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); in ATF_TC_BODY()
667 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); in ATF_TC_BODY()
694 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, in ATF_TC_BODY()
/freebsd/lib/libthr/thread/
H A Dthr_mutexattr.c83 __weak_reference(_pthread_mutexattr_getprotocol, pthread_mutexattr_getprotocol);
/freebsd/lib/libthr/
H A Dpthread.map79 pthread_mutexattr_getprotocol;
/freebsd/include/
H A Dpthread.h323 int pthread_mutexattr_getprotocol(
/freebsd/lib/libc/include/
H A Dnamespace.h162 #define pthread_mutexattr_getprotocol _pthread_mutexattr_getprotocol macro
H A Dun-namespace.h143 #undef pthread_mutexattr_getprotocol
/freebsd/share/man/man3/
H A DMakefile511 pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2611 fun:pthread_mutexattr_getprotocol=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4901 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_getprotocol);