Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DMapRecordReader.cpp105 thread_ = std::thread([this]() { thread_result_ = RunThread(); }); in MapRecordThread()
115 bool MapRecordThread::RunThread() { in RunThread() function in simpleperf::MapRecordThread
DMapRecordReader.h66 bool RunThread();
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dsnapuserd.h99 bool RunThread();
141 bool RunThread();
Dsnapuserd_server.h121 void RunThread(std::shared_ptr<DmUserHandler> handler);
Dsnapuserd_server.cpp227 void SnapuserdServer::RunThread(std::shared_ptr<DmUserHandler> handler) { in RunThread() function in android::snapshot::SnapuserdServer
429 handler->thread() = std::thread(std::bind(&SnapuserdServer::RunThread, this, handler)); in StartHandler()
Dsnapuserd.cpp773 ra_thread = std::async(std::launch::async, &ReadAheadThread::RunThread, in Start()
786 std::async(std::launch::async, &WorkerThread::RunThread, worker_threads_[i].get())); in Start()
Dsnapuserd_readahead.cpp420 bool ReadAheadThread::RunThread() { in RunThread() function in android::snapshot::ReadAheadThread
Dsnapuserd_worker.cpp831 bool WorkerThread::RunThread() { in RunThread() function in android::snapshot::WorkerThread
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_core.cpp323 std::async(std::launch::async, &ReadAhead::RunThread, read_ahead_thread_.get()); in Start()
331 std::async(std::launch::async, &Worker::RunThread, worker_threads_[i].get())); in Start()
Dsnapuserd_server.h121 void RunThread(std::shared_ptr<UserSnapshotDmUserHandler> handler);
Dsnapuserd_core.h103 bool RunThread();
210 bool RunThread();
Dsnapuserd_server.cpp310 void UserSnapshotServer::RunThread(std::shared_ptr<UserSnapshotDmUserHandler> handler) { in RunThread() function in android::snapshot::UserSnapshotServer
525 handler->thread() = std::thread(std::bind(&UserSnapshotServer::RunThread, this, handler)); in StartHandler()
Dsnapuserd_dm_user.cpp254 bool Worker::RunThread() { in RunThread() function in android::snapshot::Worker
Dsnapuserd_readahead.cpp715 bool ReadAhead::RunThread() { in RunThread() function in android::snapshot::ReadAhead