Searched refs:pthread_spin_unlock (Results 1 – 7 of 7) sorted by relevance
77 int pthread_spin_unlock(pthread_spinlock_t* lock_interface) { in pthread_spin_unlock() function
207 FUNCTION(pthread_spin_unlock, int (*f)(pthread_spinlock_t*)); in pthread_h()
275 int pthread_spin_unlock(pthread_spinlock_t* __spinlock) __INTRODUCED_IN(24);
815 pthread_spin_unlock
2798 ASSERT_EQ(0, pthread_spin_unlock(&lock)); in TEST()2801 ASSERT_EQ(0, pthread_spin_unlock(&lock)); in TEST()
1280 pthread_spin_unlock; # introduced=24