Searched refs:trylock_function (Results 1 – 1 of 1) sorted by relevance
730 std::function<int (pthread_rwlock_t*)> trylock_function; member740 ASSERT_EQ(EBUSY, arg->trylock_function(&arg->lock)); in pthread_rwlock_wakeup_helper()754 wakeup_arg.trylock_function = pthread_rwlock_trywrlock; in test_pthread_rwlock_reader_wakeup_writer()790 wakeup_arg.trylock_function = pthread_rwlock_tryrdlock; in test_pthread_rwlock_writer_wakeup_reader()825 ASSERT_EQ(EBUSY, arg->trylock_function(&arg->lock)); in pthread_rwlock_wakeup_timeout_helper()850 wakeup_arg.trylock_function = pthread_rwlock_tryrdlock; in TEST()871 wakeup_arg.trylock_function = pthread_rwlock_trywrlock; in TEST()