Searched refs:trylock_function (Results 1 – 1 of 1) sorted by relevance
925 std::function<int (pthread_rwlock_t*)> trylock_function; member936 ASSERT_EQ(EBUSY, arg->trylock_function(&arg->lock)); in pthread_rwlock_wakeup_helper()950 wakeup_arg.trylock_function = &pthread_rwlock_trywrlock; in test_pthread_rwlock_reader_wakeup_writer()1017 wakeup_arg.trylock_function = &pthread_rwlock_tryrdlock; in test_pthread_rwlock_writer_wakeup_reader()1083 ASSERT_EQ(EBUSY, arg->trylock_function(&arg->lock)); in pthread_rwlock_wakeup_timeout_helper()1109 wakeup_arg.trylock_function = &pthread_rwlock_tryrdlock; in pthread_rwlock_timedrdlock_timeout_helper()1177 wakeup_arg.trylock_function = &pthread_rwlock_trywrlock; in pthread_rwlock_timedwrlock_timeout_helper()