Home
last modified time | relevance | path

Searched refs:pthread_spin_destroy (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument
73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR()
301 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors()
/openbsd/regress/lib/libpthread/spinlock/
H A Dspinlock.c47 CHECKr(pthread_spin_destroy(&l)); in main()
/openbsd/lib/librthread/
H A DSymbols.map75 pthread_spin_destroy;
H A Drthread_spin_lock.c46 pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy() function
H A Dpthread.h92 PROTO_STD_DEPRECATED(pthread_spin_destroy);
/openbsd/include/
H A Dpthread.h305 int pthread_spin_destroy(pthread_spinlock_t *);
/openbsd/sbin/unwind/libunbound/util/
H A Dlocks.h144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/openbsd/usr.sbin/unbound/util/
H A Dlocks.h144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp128 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0); in Destroy()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1447 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument
1448 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m); in TSAN_INTERCEPTOR()
1449 int res = REAL(pthread_spin_destroy)(m); in TSAN_INTERCEPTOR()
2953 TSAN_INTERCEPT(pthread_spin_destroy); in InitializeInterceptors()
/openbsd/usr.sbin/unbound/testcode/
H A Dchecklocks.c398 LOCKRET(pthread_spin_destroy(&e->u.spinlock)); in checklock_destroy()
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2647 fun:pthread_spin_destroy=uninstrumented