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()
271 int pthread_spin_destroy(pthread_spinlock_t* __spinlock) __INTRODUCED_IN(24);
811 pthread_spin_destroy
1276 pthread_spin_destroy; # introduced=24
2802 ASSERT_EQ(0, pthread_spin_destroy(&lock)); in TEST()