Searched refs:pthread_rwlock_destroy (Results 1 – 9 of 9) sorted by relevance
156 pthread_rwlock_destroy(&lock); in BM_pthread_rwlock_read()169 pthread_rwlock_destroy(&lock); in BM_pthread_rwlock_write()
179 FUNCTION(pthread_rwlock_destroy, int (*f)(pthread_rwlock_t*)); in pthread_h()
241 int pthread_rwlock_destroy(pthread_rwlock_t* __rwlock);
254 int pthread_rwlock_destroy(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_destroy() function
329 CALL(pthread_rwlock_destroy)
911 ASSERT_EQ(0, pthread_rwlock_destroy(&l)); in TEST()964 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in test_pthread_rwlock_reader_wakeup_writer()1031 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in test_pthread_rwlock_writer_wakeup_reader()1122 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in pthread_rwlock_timedrdlock_timeout_helper()1190 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in pthread_rwlock_timedwrlock_timeout_helper()1284 ASSERT_EQ(0, pthread_rwlock_destroy(&lock)); in DestroyRwlock()2550 ASSERT_EQ(0, pthread_rwlock_destroy(rwlock)); in TEST()
794 pthread_rwlock_destroy
810 pthread_rwlock_destroy;