Lines Matching full:pthread_rwlock_t
747 pthread_rwlock_t lock1 = PTHREAD_RWLOCK_INITIALIZER;
748 pthread_rwlock_t lock2;
754 pthread_rwlock_t l;
802 pthread_rwlock_t lock;
812 std::function<int (pthread_rwlock_t*)> trylock_function;
813 std::function<int (pthread_rwlock_t*)> lock_function;
814 std::function<int (pthread_rwlock_t*, const timespec*)> timed_lock_function;
830 static void test_pthread_rwlock_reader_wakeup_writer(std::function<int (pthread_rwlock_t*)> lock_function) {
861 test_pthread_rwlock_reader_wakeup_writer([&](pthread_rwlock_t* lock) {
866 static void test_pthread_rwlock_writer_wakeup_reader(std::function<int (pthread_rwlock_t*)> lock_function) {
897 test_pthread_rwlock_writer_wakeup_reader([&](pthread_rwlock_t* lock) {
979 pthread_rwlock_t lock;
1824 pthread_rwlock_t* rwlock = reinterpret_cast<pthread_rwlock_t*>(
1825 allocator.allocate(sizeof(pthread_rwlock_t), 4));