Searched refs:log_reader (Results 1 – 4 of 4) sorted by relevance
73 std::thread log_reader([&shellClient, &pushedEvents] { in runShellTest() local79 log_reader.detach(); in runShellTest()81 if (log_reader.joinable()) { in runShellTest()82 log_reader.join(); in runShellTest()
131 std::unique_ptr<LogReaderThread> log_reader( in LLVMFuzzerTestOneInput() local134 reader_list.reader_threads().emplace_back(std::move(log_reader)); in LLVMFuzzerTestOneInput()
125 std::unique_ptr<LogReaderThread> log_reader(new LogReaderThread( in TestReaderThread()129 test_.reader_list_.reader_threads().emplace_back(std::move(log_reader)); in TestReaderThread()
378 std::unique_ptr<LogReaderThread> log_reader( in PrintAllLogs() local381 reader_list_.reader_threads().emplace_back(std::move(log_reader)); in PrintAllLogs()