Searched refs:lock_function (Results 1 – 1 of 1) sorted by relevance
927 std::function<int (pthread_rwlock_t*)> lock_function; member938 ASSERT_EQ(0, arg->lock_function(&arg->lock)); in pthread_rwlock_wakeup_helper()945 …id test_pthread_rwlock_reader_wakeup_writer(std::function<int (pthread_rwlock_t*)> lock_function) { in test_pthread_rwlock_reader_wakeup_writer() argument952 wakeup_arg.lock_function = lock_function; in test_pthread_rwlock_reader_wakeup_writer()993 …id test_pthread_rwlock_writer_wakeup_reader(std::function<int (pthread_rwlock_t*)> lock_function) { in test_pthread_rwlock_writer_wakeup_reader() argument1000 wakeup_arg.lock_function = lock_function; in test_pthread_rwlock_writer_wakeup_reader()1066 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedrdlock_timeout_helper()1073 wakeup_arg.timed_lock_function = lock_function; in pthread_rwlock_timedrdlock_timeout_helper()1102 clockid_t clock, int (*lock_function)(pthread_rwlock_t* __rwlock, const timespec* __timeout)) { in pthread_rwlock_timedwrlock_timeout_helper()1109 wakeup_arg.timed_lock_function = lock_function; in pthread_rwlock_timedwrlock_timeout_helper()[all …]