Searched refs:log_reader_threads (Results 1 – 1 of 1) sorted by relevance
110 auto& log_reader_threads = reader_list_->reader_threads(); in ThreadFunction() local111 auto it = std::find_if(log_reader_threads.begin(), log_reader_threads.end(), in ThreadFunction()114 if (it != log_reader_threads.end()) { in ThreadFunction()115 log_reader_threads.erase(it); in ThreadFunction()