Searched refs:pthread_spin_lock (Results 1 – 12 of 12) sorted by relevance
78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR()302 INTERCEPT_FUNCTION(pthread_spin_lock); in InitializeInterceptors()
25 CHECKr(pthread_spin_lock(&l)); in foo()
63 pthread_spin_lock.3 \
77 pthread_spin_lock;
80 pthread_spin_lock(pthread_spinlock_t *lock) in pthread_spin_lock() function
94 PROTO_STD_DEPRECATED(pthread_spin_lock);
307 int pthread_spin_lock(pthread_spinlock_t *);
145 #define lock_quick_lock(lock) LOCKRET(pthread_spin_lock(lock))
140 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0); in Lock()
1456 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { in TSAN_INTERCEPTOR() argument1457 SCOPED_TSAN_INTERCEPTOR(pthread_spin_lock, m); in TSAN_INTERCEPTOR()1459 int res = REAL(pthread_spin_lock)(m); in TSAN_INTERCEPTOR()2954 TSAN_INTERCEPT(pthread_spin_lock); in InitializeInterceptors()
2649 fun:pthread_spin_lock=uninstrumented