Searched refs:pthread_spin_destroy (Results 1 – 12 of 12) 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()301 INTERCEPT_FUNCTION(pthread_spin_destroy); in InitializeInterceptors()
47 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
113 pthread_spin_destroy;
199 #define pthread_spin_destroy _pthread_spin_destroy macro
180 #undef pthread_spin_destroy
285 int pthread_spin_destroy(pthread_spinlock_t * __spin)
145 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
541 pthread_spin_destroy(&iwucq->lock); in ucreate_cq()625 ret = pthread_spin_destroy(&iwucq->lock); in irdma_udestroy_cq()1472 pthread_spin_destroy(&iwuqp->lock); in irdma_ucreate_qp()1608 ret = pthread_spin_destroy(&iwuqp->lock); in irdma_udestroy_qp()
516 PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
731 return pthread_spin_destroy(&lock->lock); in mlx5_spinlock_destroy()
1449 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument1450 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m); in TSAN_INTERCEPTOR()1451 int res = REAL(pthread_spin_destroy)(m); in TSAN_INTERCEPTOR()2972 TSAN_INTERCEPT(pthread_spin_destroy); in InitializeInterceptors()
2652 fun:pthread_spin_destroy=uninstrumented