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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp70 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) {
72 int res = REAL(pthread_spin_destroy)(m);
299 INTERCEPT_FUNCTION(pthread_spin_destroy);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_pspinlock.c50 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h201 #define pthread_spin_destroy _pthread_spin_destroy macro
H A Dun-namespace.h182 #undef pthread_spin_destroy macro
/freebsd-13-stable/include/
H A Dpthread.h287 int pthread_spin_destroy(pthread_spinlock_t * __spin)
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h731 return pthread_spin_destroy(&lock->lock);
/freebsd-13-stable/share/man/man3/
H A DMakefile498 PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1280 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) {
1281 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m);
1282 int res = REAL(pthread_spin_destroy)(m);
2694 TSAN_INTERCEPT(pthread_spin_destroy);

Completed in 93 milliseconds