Home
last modified time | relevance | path

Searched refs:service_thread_options (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/task/thread_pool/
Dworker_thread_unittest.cc90 Thread::Options service_thread_options; in ThreadPoolWorkerTest() local
91 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() local
553 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() local
578 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 …]
Dthread_pool_impl.cc131 ServiceThread::Options service_thread_options; in Start() local
132 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()
Dthread_pool_impl_unittest.cc285 Thread::Options service_thread_options; in ThreadPoolImplTestBase() local
286 service_thread_options.message_pump_type = MessagePumpType::IO; in ThreadPoolImplTestBase()
287 service_thread_.StartWithOptions(std::move(service_thread_options)); in ThreadPoolImplTestBase()
/external/libchrome/base/task_scheduler/
Dtask_tracker_posix_unittest.cc37 Thread::Options service_thread_options; in TaskSchedulerTaskTrackerPosixTest() local
38 service_thread_options.message_loop_type = MessageLoop::TYPE_IO; in TaskSchedulerTaskTrackerPosixTest()
39 service_thread_.StartWithOptions(service_thread_options); in TaskSchedulerTaskTrackerPosixTest()
Dtask_scheduler_impl.cc100 ServiceThread::Options service_thread_options; in Start() local
101 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()