Searched refs:StartWithOptions (Results 1 – 7 of 7) sorted by relevance
83 return StartWithOptions(options); in Start()86 bool Thread::StartWithOptions(const Options& options) { in StartWithOptions() function in base::Thread
113 bool StartWithOptions(const Options& options);
151 EXPECT_TRUE(a.StartWithOptions(options)); in TEST_F()
42 CHECK(io_thread_.StartWithOptions( in Start()
330 ASSERT_EQ(true, worker.StartWithOptions(options)); in RunTest_RecursiveDenial2()374 ASSERT_EQ(true, worker.StartWithOptions(options)); in RunTest_RecursiveSupport2()558 ASSERT_TRUE(thread.StartWithOptions(options)); in RunTest_IOHandler()599 ASSERT_TRUE(thread.StartWithOptions(options)); in RunTest_WaitForIO()
33 StartWithOptions(base::Thread::Options(base::MessageLoop::TYPE_IO, 0))); in RtcAlarmIOThread()
157 ASSERT_TRUE(file_thread_.StartWithOptions(options)); in SetUp()