Searched refs:pthread_spin_destroy (Results 1 – 11 of 11) sorted by relevance
71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR()300 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors()
50 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
114 pthread_spin_destroy;
201 #define pthread_spin_destroy _pthread_spin_destroy macro
182 #undef pthread_spin_destroy
287 int pthread_spin_destroy(pthread_spinlock_t * __spin)
144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
501 PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
731 return pthread_spin_destroy(&lock->lock); in mlx5_spinlock_destroy()
1331 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument1332 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()
2646 fun:pthread_spin_destroy=uninstrumented