Home
last modified time | relevance | path

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

/openbsd-src/lib/librthread/
H A DSymbols.map50 pthread_mutexattr_gettype;
H A Drthread_mutexattr.c66 pthread_mutexattr_gettype(pthread_mutexattr_t *attrp, int *type) in pthread_mutexattr_gettype() function
H A Dpthread.h70 PROTO_STD_DEPRECATED(pthread_mutexattr_gettype);
/openbsd-src/include/
H A Dpthread.h226 int pthread_mutexattr_gettype(pthread_mutexattr_t *, int *);
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp91 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *)
1347 if (REAL(pthread_mutexattr_gettype)(a, &type) == 0) in TSAN_INTERCEPTOR()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2610 fun:pthread_mutexattr_gettype=uninstrumented
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4932 COMMON_INTERCEPT_FUNCTION(pthread_mutexattr_gettype);