/system/extras/simpleperf/ |
D | MapRecordReader.cpp | 105 thread_ = std::thread([this]() { thread_result_ = RunThread(); }); in MapRecordThread() 115 bool MapRecordThread::RunThread() { in RunThread() function in simpleperf::MapRecordThread
|
D | MapRecordReader.h | 66 bool RunThread();
|
/system/bt/common/ |
D | message_loop_thread.h | 179 static void RunThread(MessageLoopThread* context,
|
D | message_loop_thread.cc | 72 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/ |
D | mock_common_message_loop_thread.cc | 72 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/ |
D | thread_performance_test.cc | 70 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/ |
D | thread_performance_benchmark.cc | 87 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/ |
D | snapuserd.h | 116 bool RunThread(); 158 bool RunThread();
|
D | snapuserd_server.h | 118 void RunThread(std::shared_ptr<DmUserHandler> handler);
|
D | snapuserd_server.cpp | 204 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()
|
D | snapuserd.cpp | 683 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()
|
D | snapuserd_readahead.cpp | 392 bool ReadAheadThread::RunThread() { in RunThread() function in android::snapshot::ReadAheadThread
|
D | snapuserd_worker.cpp | 820 bool WorkerThread::RunThread() { in RunThread() function in android::snapshot::WorkerThread
|