Searched refs:pthread_spin_destroy (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/regress/lib/libpthread/spinlock/
H A Dspinlock.c47 CHECKr(pthread_spin_destroy(&l));
/openbsd-current/lib/librthread/
H A Drthread_spin_lock.c46 pthread_spin_destroy(pthread_spinlock_t *lock) function
H A Dpthread.h92 PROTO_STD_DEPRECATED(pthread_spin_destroy); variable
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) {
73 int res = REAL(pthread_spin_destroy)(m);
301 INTERCEPT_FUNCTION(pthread_spin_destroy);
/openbsd-current/include/
H A Dpthread.h305 int pthread_spin_destroy(pthread_spinlock_t *);
/openbsd-current/usr.sbin/unbound/util/
H A Dlocks.h144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/openbsd-current/sbin/unwind/libunbound/util/
H A Dlocks.h144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/openbsd-current/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);
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1447 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) {
1448 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m);
1449 int res = REAL(pthread_spin_destroy)(m);
2953 TSAN_INTERCEPT(pthread_spin_destroy);
/openbsd-current/usr.sbin/unbound/testcode/
H A Dchecklocks.c398 LOCKRET(pthread_spin_destroy(&e->u.spinlock));

Completed in 268 milliseconds