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
263 int pthread_spin_unlock(pthread_spinlock_t* __spinlock) __INTRODUCED_IN(24);
207 FUNCTION(pthread_spin_unlock, int (*f)(pthread_spinlock_t*)); in pthread_h()
815 pthread_spin_unlock
2554 ASSERT_EQ(0, pthread_spin_unlock(&lock)); in TEST()2557 ASSERT_EQ(0, pthread_spin_unlock(&lock)); in TEST()
1280 pthread_spin_unlock; # introduced=24