Home
last modified time | relevance | path

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

/system/logging/logd/
DLogReaderList.h32 void RemoveRunningThread(LogReaderThread* thread) REQUIRES(logd_lock);
DLogReaderThread.cpp109 reader_list_->RemoveRunningThread(this); in ThreadFunction()
DLogReaderList.cpp88 void LogReaderList::RemoveRunningThread(LogReaderThread* thread) { in RemoveRunningThread() function in LogReaderList