Searched refs:pthread_rwlock_destroy (Results 1 – 3 of 3) sorted by relevance
127 int pthread_rwlock_destroy(pthread_rwlock_t* rwlock) { in pthread_rwlock_destroy() function
221 int pthread_rwlock_destroy(pthread_rwlock_t*) __nonnull((1));
672 ASSERT_EQ(0, pthread_rwlock_destroy(&l)); in TEST()