Searched refs:RunThread (Results 1 – 11 of 11) sorted by relevance
105 thread_ = std::thread([this]() { thread_result_ = RunThread(); }); in MapRecordThread()115 bool MapRecordThread::RunThread() { in RunThread() function in simpleperf::MapRecordThread
66 bool RunThread();
39 bool RunThread();
114 void RunThread(std::shared_ptr<HandlerThread> handler);
107 handler->thread() = std::thread(std::bind(&SnapshotHandlerManager::RunThread, this, handler)); in StartHandler()134 void SnapshotHandlerManager::RunThread(std::shared_ptr<HandlerThread> handler) { in RunThread() function in android::snapshot::SnapshotHandlerManager
305 std::async(std::launch::async, &ReadAhead::RunThread, read_ahead_thread_.get()); in Start()
762 bool ReadAhead::RunThread() { in RunThread() function in android::snapshot::ReadAhead
123 bool RunThread();
240 bool CompressWorker::RunThread() { in RunThread() function in android::snapshot::CompressWorker
189 threads_.emplace_back(std::async(std::launch::async, &CompressWorker::RunThread, wt.get())); in InitWorkers()
85 threads_.emplace_back(std::thread([wt = wt.get()]() { wt->RunThread(); })); in InitWorkers()