Lines Matching refs:threads
46 std::vector<port::Thread> threads; in TEST_P() local
106 threads.emplace_back(write_slowdown_func); in TEST_P()
109 threads.emplace_back(write_slowdown_func); in TEST_P()
111 threads.emplace_back(write_no_slowdown_func); in TEST_P()
113 threads.emplace_back(write_slowdown_func); in TEST_P()
115 threads.emplace_back(write_no_slowdown_func); in TEST_P()
117 threads.emplace_back(write_slowdown_func); in TEST_P()
129 for (auto& t : threads) { in TEST_P()
143 std::vector<port::Thread> threads; in TEST_P() local
161 threads.push_back(port::Thread( in TEST_P()
181 threads[i].join(); in TEST_P()
291 std::thread threads[10]; in TEST_P() local
293 … threads[t] = std::thread([t, wal_key_prefix, wal_value, no_wal_key_prefix, no_wal_value, this] { in TEST_P()
309 for (auto& t: threads) { in TEST_P()