Searched refs:lock_function (Results 1 – 1 of 1) sorted by relevance
731 std::function<int (pthread_rwlock_t*)> lock_function; member741 ASSERT_EQ(0, arg->lock_function(&arg->lock)); in pthread_rwlock_wakeup_helper()748 …id test_pthread_rwlock_reader_wakeup_writer(std::function<int (pthread_rwlock_t*)> lock_function) { in test_pthread_rwlock_reader_wakeup_writer() argument755 wakeup_arg.lock_function = lock_function; in test_pthread_rwlock_reader_wakeup_writer()784 …id test_pthread_rwlock_writer_wakeup_reader(std::function<int (pthread_rwlock_t*)> lock_function) { in test_pthread_rwlock_writer_wakeup_reader() argument791 wakeup_arg.lock_function = lock_function; in test_pthread_rwlock_writer_wakeup_reader()