Searched refs:pthread_spin_trylock (Results 1 – 11 of 11) sorted by relevance
70 rc = pthread_spin_trylock(&spinlock); in fn_chld()88 if (pthread_spin_trylock(&spinlock) != 0) { in main()
1 This document defines the coverage for the pthread_spin_trylock() function:
33 rc = pthread_spin_trylock(&spinlock); in main()
47 rc = pthread_spin_trylock(&spinlock); in fn_chld()108 if (pthread_spin_trylock(&spinlock) != 0) { in main()
141 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != EBUSY) { in main()157 if ((pthread_spin_trylock(&(spinlock_data->spinlock))) != 0) { in main()
147 rc = pthread_spin_trylock(&(spinlock_data->spinlock)); in main()161 rc = pthread_spin_trylock(&(spinlock_data->spinlock)); in main()
86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() argument88 int res = REAL(pthread_spin_trylock)(m); in INTERCEPTOR()303 INTERCEPT_FUNCTION(pthread_spin_trylock); in InitializeInterceptors()
200 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0; in TryLock()
71 bool try_lock() { return 0 == pthread_spin_trylock(&mu_); } in try_lock()
1192 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) { in TSAN_INTERCEPTOR() argument1193 SCOPED_TSAN_INTERCEPTOR(pthread_spin_trylock, m); in TSAN_INTERCEPTOR()1194 int res = REAL(pthread_spin_trylock)(m); in TSAN_INTERCEPTOR()2497 TSAN_INTERCEPT(pthread_spin_trylock); in InitializeInterceptors()
2649 fun:pthread_spin_trylock=uninstrumented