Home
last modified time | relevance | path

Searched refs:log_reader_threads (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/logging/logd/
H A DLogReaderThread.cpp107 auto& log_reader_threads = reader_list_->reader_threads(); in ThreadFunction() local
108 auto it = std::find_if(log_reader_threads.begin(), log_reader_threads.end(), in ThreadFunction()
111 if (it != log_reader_threads.end()) { in ThreadFunction()
112 log_reader_threads.erase(it); in ThreadFunction()