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()
258 int pthread_spin_unlock(pthread_spinlock_t* _Nonnull __spinlock) __INTRODUCED_IN(24);
815 pthread_spin_unlock
2841 ASSERT_EQ(0, pthread_spin_unlock(&lock)); in TEST()2844 ASSERT_EQ(0, pthread_spin_unlock(&lock)); in TEST()
1278 pthread_spin_unlock; # introduced=24