Home
last modified time | relevance | path

Searched refs:lock_function (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dpthread_test.cpp731 std::function<int (pthread_rwlock_t*)> lock_function; member
741 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() argument
755 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() argument
791 wakeup_arg.lock_function = lock_function; in test_pthread_rwlock_writer_wakeup_reader()