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 CHECKr(pthread_spin_destroy(&l)); in main()
75 pthread_spin_destroy;
46 pthread_spin_destroy(pthread_spinlock_t *lock) in pthread_spin_destroy() function
92 PROTO_STD_DEPRECATED(pthread_spin_destroy);
305 int pthread_spin_destroy(pthread_spinlock_t *);
144 #define lock_quick_destroy(lock) LOCKRET(pthread_spin_destroy(lock))
128 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0); in Destroy()
1447 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument1448 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m); in TSAN_INTERCEPTOR()1449 int res = REAL(pthread_spin_destroy)(m); in TSAN_INTERCEPTOR()2953 TSAN_INTERCEPT(pthread_spin_destroy); in InitializeInterceptors()
398 LOCKRET(pthread_spin_destroy(&e->u.spinlock)); in checklock_destroy()
2647 fun:pthread_spin_destroy=uninstrumented