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

/bionic/tests/
H A Dpthread_test.cpp731 std::function<int (pthread_rwlock_t*)> lock_function; member in struct:RwlockWakeupHelperArg
741 ASSERT_EQ(0, arg->lock_function(&arg->lock));
748 static void test_pthread_rwlock_reader_wakeup_writer(std::function<int (pthread_rwlock_t*)> lock_function) { argument
755 wakeup_arg.lock_function = lock_function;
784 static void test_pthread_rwlock_writer_wakeup_reader(std::function<int (pthread_rwlock_t*)> lock_function) { argument
791 wakeup_arg.lock_function = lock_function;

Completed in 27 milliseconds