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

/bionic/tests/
H A Dpthread_test.cpp865 static void test_pthread_rwlock_writer_wakeup_reader(std::function<int (pthread_rwlock_t*)> lock_function) { function
889 test_pthread_rwlock_writer_wakeup_reader(pthread_rwlock_rdlock);
896 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) {

Completed in 7 milliseconds