Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.cc69 thread_ = new std::thread(&MessageLoopThread::RunThread, this, in StartUp()
148 void MessageLoopThread::RunThread(MessageLoopThread* thread, in RunThread() function in bluetooth::common::MessageLoopThread
Dmessage_loop_thread.h191 static void RunThread(MessageLoopThread* context,
/packages/modules/Bluetooth/system/common/test/
Dthread_performance_test.cc71 static void RunThread(void* context) { in RunThread() function in MessageLoopPerformanceTest
104 thread_post(thread_, &MessageLoopPerformanceTest::RunThread, this); in SetUp()
148 thread_ = new std::thread(&MessageLoopPerformanceTest::RunThread, this); in SetUp()
/packages/modules/Bluetooth/system/common/benchmark/
Dthread_performance_benchmark.cc92 static void RunThread(void* context) { in RunThread() function in BM_MessageLoop
125 thread_post(thread_, &BM_MessageLoop::RunThread, this); in SetUp()
171 thread_ = new std::thread(&BM_MessageLoop::RunThread, this); in SetUp()