Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
300 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_pspinlock.c50 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
/freebsd-13.1/lib/libthr/
H A Dpthread.map114 pthread_spin_destroy;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h201 #define pthread_spin_destroy _pthread_spin_destroy macro
H A Dun-namespace.h182 #undef pthread_spin_destroy
/freebsd-13.1/include/
H A Dpthread.h287 int pthread_spin_destroy(pthread_spinlock_t * __spin)
/freebsd-13.1/contrib/unbound/util/
H A Dlocks.h144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
/freebsd-13.1/share/man/man3/
H A DMakefile501 PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
/freebsd-13.1/contrib/ofed/libmlx5/
H A Dmlx5.h731 return pthread_spin_destroy(&lock->lock); in mlx5_spinlock_destroy()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1331 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument
1332 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m); in TSAN_INTERCEPTOR()
1333 int res = REAL(pthread_spin_destroy)(m); in TSAN_INTERCEPTOR()
2800 TSAN_INTERCEPT(pthread_spin_destroy); in InitializeInterceptors()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2646 fun:pthread_spin_destroy=uninstrumented