Searched refs:pthread_spin_destroy (Results 1 – 17 of 17) 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()
1 This document defines the coverage for the pthread_spin_destroy() function:
57 rc = pthread_spin_destroy(&spinlock); in main()
39 rc = pthread_spin_destroy(&spinlock); in fn_chld()
64 rc = pthread_spin_destroy(&spinlock); in main()
169 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) { in main()
174 if (pthread_spin_destroy(&(spinlock_data->spinlock)) != 0) { in main()
69 pthread_spin_destroy(&spinlock); in main()
81 pthread_spin_destroy(&spinlock); in main()
144 if (pthread_spin_destroy(&spinlock) != 0) { in main()
68 if (pthread_spin_destroy(&spinlock) != 0) { in fn_chld()
120 if (pthread_spin_destroy(&spinlock) != 0) { in main()
139 if (pthread_spin_destroy(&spinlock) != 0) { in main()
64 assert(0 == pthread_spin_destroy(&mu_)); in ~PthreadSpinLock()
176 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0); in Destroy()
1174 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { in TSAN_INTERCEPTOR() argument1175 SCOPED_TSAN_INTERCEPTOR(pthread_spin_destroy, m); in TSAN_INTERCEPTOR()1176 int res = REAL(pthread_spin_destroy)(m); in TSAN_INTERCEPTOR()2495 TSAN_INTERCEPT(pthread_spin_destroy); in InitializeInterceptors()
2646 fun:pthread_spin_destroy=uninstrumented