Searched refs:service_thread_options (Results 1 – 5 of 5) sorted by relevance
90 Thread::Options service_thread_options; in ThreadPoolWorkerTest() local91 service_thread_options.message_pump_type = MessagePumpType::IO; in ThreadPoolWorkerTest()92 service_thread_.StartWithOptions(std::move(service_thread_options)); in ThreadPoolWorkerTest()552 Thread::Options service_thread_options; in TEST() local553 service_thread_options.message_pump_type = MessagePumpType::IO; in TEST()554 service_thread.StartWithOptions(std::move(service_thread_options)); in TEST()577 Thread::Options service_thread_options; in TEST() local578 service_thread_options.message_pump_type = MessagePumpType::IO; in TEST()579 service_thread.StartWithOptions(std::move(service_thread_options)); in TEST()606 Thread::Options service_thread_options; in TEST() local[all …]
131 ServiceThread::Options service_thread_options; in Start() local132 service_thread_options.message_pump_type = in Start()138 service_thread_options.timer_slack = TIMER_SLACK_MAXIMUM; in Start()139 CHECK(service_thread_.StartWithOptions(std::move(service_thread_options))); in Start()
285 Thread::Options service_thread_options; in ThreadPoolImplTestBase() local286 service_thread_options.message_pump_type = MessagePumpType::IO; in ThreadPoolImplTestBase()287 service_thread_.StartWithOptions(std::move(service_thread_options)); in ThreadPoolImplTestBase()
37 Thread::Options service_thread_options; in TaskSchedulerTaskTrackerPosixTest() local38 service_thread_options.message_loop_type = MessageLoop::TYPE_IO; in TaskSchedulerTaskTrackerPosixTest()39 service_thread_.StartWithOptions(service_thread_options); in TaskSchedulerTaskTrackerPosixTest()
100 ServiceThread::Options service_thread_options; in Start() local101 service_thread_options.message_loop_type = in Start()107 service_thread_options.timer_slack = TIMER_SLACK_MAXIMUM; in Start()108 CHECK(service_thread_->StartWithOptions(service_thread_options)); in Start()