Searched refs:pthread_spin_destroy (Results 1 – 7 of 7) sorted by relevance
56 int pthread_spin_destroy(pthread_spinlock_t* lock_interface) { in pthread_spin_destroy() function
203 FUNCTION(pthread_spin_destroy, int (*f)(pthread_spinlock_t*)); in pthread_h()
254 int pthread_spin_destroy(pthread_spinlock_t* _Nonnull __spinlock) __INTRODUCED_IN(24);
811 pthread_spin_destroy
1274 pthread_spin_destroy; # introduced=24
2845 ASSERT_EQ(0, pthread_spin_destroy(&lock)); in TEST()