Home
last modified time | relevance | path

Searched refs:RunThread (Results 1 – 13 of 13) 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/bt/common/
Dmessage_loop_thread.h179 static void RunThread(MessageLoopThread* context,
Dmessage_loop_thread.cc72 thread_ = new std::thread(&MessageLoopThread::RunThread, this, in StartUp()
178 void MessageLoopThread::RunThread(MessageLoopThread* thread, in RunThread() function in bluetooth::common::MessageLoopThread
/system/bt/test/mock/
Dmock_common_message_loop_thread.cc72 thread_ = new std::thread(&MessageLoopThread::RunThread, this, in StartUp()
176 void MessageLoopThread::RunThread(MessageLoopThread* thread, in RunThread() function in bluetooth::common::MessageLoopThread
/system/bt/common/test/
Dthread_performance_test.cc70 static void RunThread(void* context) { in RunThread() function in MessageLoopPerformanceTest
103 thread_post(thread_, &MessageLoopPerformanceTest::RunThread, this); in SetUp()
147 thread_ = new std::thread(&MessageLoopPerformanceTest::RunThread, this); in SetUp()
/system/bt/common/benchmark/
Dthread_performance_benchmark.cc87 static void RunThread(void* context) { in RunThread() function in BM_MessageLoop
120 thread_post(thread_, &BM_MessageLoop::RunThread, this); in SetUp()
166 thread_ = new std::thread(&BM_MessageLoop::RunThread, this); in SetUp()
/system/core/fs_mgr/libsnapshot/
Dsnapuserd.h116 bool RunThread();
158 bool RunThread();
Dsnapuserd_server.h118 void RunThread(std::shared_ptr<DmUserHandler> handler);
Dsnapuserd_server.cpp204 void SnapuserdServer::RunThread(std::shared_ptr<DmUserHandler> handler) { in RunThread() function in android::snapshot::SnapuserdServer
388 handler->thread() = std::thread(std::bind(&SnapuserdServer::RunThread, this, handler)); in StartHandler()
Dsnapuserd.cpp683 ra_thread = std::async(std::launch::async, &ReadAheadThread::RunThread, in Start()
696 std::async(std::launch::async, &WorkerThread::RunThread, worker_threads_[i].get())); in Start()
Dsnapuserd_readahead.cpp392 bool ReadAheadThread::RunThread() { in RunThread() function in android::snapshot::ReadAheadThread
Dsnapuserd_worker.cpp820 bool WorkerThread::RunThread() { in RunThread() function in android::snapshot::WorkerThread