Home
last modified time | relevance | path

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

/aosp_15_r20/system/logging/logd/
H A DLogReaderList.cpp79 AddAndRunThread(std::move(entry)); in HandlePendingThread()
83 void LogReaderList::AddAndRunThread(std::unique_ptr<LogReaderThread> thread) { in AddAndRunThread() function in LogReaderList
119 AddAndRunThread(std::move(thread)); in AddPendingThread()
H A DLogReader.cpp262 reader_list_->AddAndRunThread(std::move(entry)); in onDataAvailable()
270 reader_list_->AddAndRunThread(std::move(entry)); in onDataAvailable()
H A DLogReaderList.h31 void AddAndRunThread(std::unique_ptr<LogReaderThread> thread) REQUIRES(logd_lock);
H A DLogBufferTest.h131 test_.reader_list_.AddAndRunThread(std::move(log_reader)); in TestReaderThread()
H A DReplayMessages.cpp359 reader_list_.AddAndRunThread(std::move(log_reader)); in PrintAllLogs()
/aosp_15_r20/system/logging/logd/fuzz/
H A Dserialized_log_buffer_fuzzer.cpp133 reader_list.AddAndRunThread(std::move(log_reader)); in LLVMFuzzerTestOneInput()