Searched refs:pthread_rwlock_destroy (Results 1 – 10 of 10) sorted by relevance
157 pthread_rwlock_destroy(&lock); in BM_pthread_rwlock_read()170 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);
912 ASSERT_EQ(0, pthread_rwlock_destroy(&l)); in TEST()965 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in test_pthread_rwlock_reader_wakeup_writer()1032 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in test_pthread_rwlock_writer_wakeup_reader()1123 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in pthread_rwlock_timedrdlock_timeout_helper()1191 ASSERT_EQ(0, pthread_rwlock_destroy(&wakeup_arg.lock)); in pthread_rwlock_timedwrlock_timeout_helper()1285 ASSERT_EQ(0, pthread_rwlock_destroy(&lock)); in DestroyRwlock()2551 ASSERT_EQ(0, pthread_rwlock_destroy(rwlock)); in TEST()
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)
794 pthread_rwlock_destroy
810 pthread_rwlock_destroy;