Searched refs:pthread_rwlock_destroy (Results 1 – 10 of 10) sorted by relevance
160 pthread_rwlock_destroy(&lock); in BM_pthread_rwlock_read()173 pthread_rwlock_destroy(&lock); in BM_pthread_rwlock_write()
179 FUNCTION(pthread_rwlock_destroy, int (*f)(pthread_rwlock_t*)); in pthread_h()
254 int pthread_rwlock_destroy(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_destroy() function
329 CALL(pthread_rwlock_destroy)
11970 CALL(pthread_rwlock_destroy)
224 int pthread_rwlock_destroy(pthread_rwlock_t* _Nonnull __rwlock);
940 ASSERT_EQ(0, pthread_rwlock_destroy(&l)); in TEST()993 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in test_pthread_rwlock_reader_wakeup_writer()1060 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in test_pthread_rwlock_writer_wakeup_reader()1151 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in pthread_rwlock_timedrdlock_timeout_helper()1219 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in pthread_rwlock_timedwrlock_timeout_helper()1315 ASSERT_EQ(0, pthread_rwlock_destroy(&lock)); in DestroyRwlock()2594 ASSERT_EQ(0, pthread_rwlock_destroy(rwlock)); in TEST()
794 pthread_rwlock_destroy
810 pthread_rwlock_destroy;