Searched defs:reader_thread (Results 1 – 7 of 7) sorted by relevance
40 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Init() local203 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Clear() local244 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Prune() local
109 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Init() local189 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in Prune() local234 for (const auto& reader_thread : reader_list_->running_reader_threads()) { in UidClear() local
206 Thread reader_thread(test::MultiSinkTestThreadOptions(), reader_thread_core); in TEST_F() local230 Thread reader_thread(test::MultiSinkTestThreadOptions(), reader_thread_core); in TEST_F() local
247 std::thread reader_thread(reader_thread_fn); in TEST() local
1350 pthread_t reader_thread; in TEST() local1372 pthread_t reader_thread; in TEST() local
1366 std::thread reader_thread(ReaderThreadFunc, stream.get(), &ev); in TEST_P() local
301 pthread_t reader_thread, writer_thread, main_thread; variable