Searched refs:thread_ (Results 1 – 9 of 9) sorted by relevance
52 thread_("HciTransportTest"), in HciTransportTest()85 base::Thread thread_; member in test_vendor_lib::HciTransportTest97 ASSERT_TRUE(thread_.StartWithOptions( in StartThread()102 thread_.task_runner()->PostTask( in PostStartWatchingOnThread()109 static_cast<base::MessageLoopForIO*>(thread_.message_loop()); in StartWatchingOnThread()122 thread_.Stop(); // Wait for the command handler to finish. in TEST_F()133 thread_.Stop(); // Wait for the command handler to finish. in TEST_F()
35 thread_("IPCHandlerLinux"), in IPCHandlerLinux()108 if (!thread_.StartWithOptions(options)) { in Run()114 thread_.task_runner()->PostTask( in Run()131 thread_.Stop(); in Stop()181 thread_.Stop(); in ShutDownOnOriginThread()
75 base::Thread thread_; variable
54 thread_("TestVendorLibrary"), in VendorManager()87 if (!thread_.StartWithOptions( in Run()130 return thread_.task_runner()->PostDelayedTask(FROM_HERE, task, delay); in PostDelayedTask()
33 thread_.reset(new std::thread(&MetricsdServiceRunner::Run, this)); in Start()62 thread_->join(); in Stop()
45 std::unique_ptr<std::thread> thread_; variable
30 thread_("IPCHandlerLinux"), in IPCHandlerLinux()
92 bt_status_t btsock_sco_init(thread_t *thread_) { in btsock_sco_init() argument93 assert(thread_ != NULL); in btsock_sco_init()101 thread = thread_; in btsock_sco_init()
101 base::Thread thread_; variable