Home
last modified time | relevance | path

Searched refs:pthread_rwlock_destroy (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument
103 return REAL(pthread_rwlock_destroy)(m); in INTERCEPTOR()
306 INTERCEPT_FUNCTION(pthread_rwlock_destroy); in InitializeInterceptors()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DProcessRunLock.cpp20 int err = ::pthread_rwlock_destroy(&m_rwlock); in ~ProcessRunLock()
/openbsd/lib/libpthread/man/
H A DMakefile.inc48 pthread_rwlock_destroy.3 \
/openbsd/lib/librthread/
H A DSymbols.map56 pthread_rwlock_destroy;
H A Dpthread.h75 PROTO_STD_DEPRECATED(pthread_rwlock_destroy);
H A Drthread_rwlock.c60 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy() function
H A Drthread_rwlock_compat.c53 pthread_rwlock_destroy(pthread_rwlock_t *lockp) in pthread_rwlock_destroy() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DRWMutex.cpp66 pthread_rwlock_destroy(rwlock); in ~RWMutexImpl()
/openbsd/include/
H A Dpthread.h237 int pthread_rwlock_destroy(pthread_rwlock_t *);
/openbsd/sbin/unwind/libunbound/util/
H A Dlocks.h118 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
/openbsd/usr.sbin/unbound/util/
H A Dlocks.h118 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
/openbsd/usr.sbin/vmd/
H A Dvionet.c281 pthread_rwlock_destroy(&lock); in vionet_main()
313 pthread_rwlock_destroy(&lock); in vionet_main()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1492 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) { in TSAN_INTERCEPTOR() argument
1493 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_destroy, m); in TSAN_INTERCEPTOR()
1494 int res = REAL(pthread_rwlock_destroy)(m); in TSAN_INTERCEPTOR()
2959 TSAN_INTERCEPT(pthread_rwlock_destroy); in InitializeInterceptors()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt354 fun:pthread_rwlock_destroy=discard
H A Dlibc_ubuntu1404_abilist.txt2620 fun:pthread_rwlock_destroy=uninstrumented
/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.c401 LOCKRET(pthread_rwlock_destroy(&e->u.rwlock)); in checklock_destroy()
/openbsd/distrib/sets/lists/comp/
H A Dmi2860 ./usr/share/man/man3/pthread_rwlock_destroy.3