Searched refs:pthread_spin_lock (Results 1 – 7 of 7) sorted by relevance
66 int pthread_spin_lock(pthread_spinlock_t* lock_interface) { in pthread_spin_lock() function
205 FUNCTION(pthread_spin_lock, int (*f)(pthread_spinlock_t*)); in pthread_h()
273 int pthread_spin_lock(pthread_spinlock_t* __spinlock) __INTRODUCED_IN(24);
813 pthread_spin_lock
1278 pthread_spin_lock; # introduced=24
2798 ASSERT_EQ(0, pthread_spin_lock(&lock)); in TEST()