Home
last modified time | relevance | path

Searched refs:StartAndWaitForTesting (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/threading/
Dthread_id_name_manager_unittest.cc24 thread_a.StartAndWaitForTesting(); in TEST_F()
25 thread_b.StartAndWaitForTesting(); in TEST_F()
38 thread_a.StartAndWaitForTesting(); in TEST_F()
41 thread_b.StartAndWaitForTesting(); in TEST_F()
54 thread_a.StartAndWaitForTesting(); in TEST_F()
59 thread_a.StartAndWaitForTesting(); in TEST_F()
Dthread_unittest.cc285 EXPECT_TRUE(a.StartAndWaitForTesting()); in TEST_F()
301 EXPECT_TRUE(a->StartAndWaitForTesting()); in TEST_F()
442 t.StartAndWaitForTesting(); in TEST_F()
Dthread.h147 bool StartAndWaitForTesting();
Dthread.cc133 bool Thread::StartAndWaitForTesting() { in StartAndWaitForTesting() function in base::Thread
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc339 thread1.StartAndWaitForTesting(); in TEST_F()
340 thread2.StartAndWaitForTesting(); in TEST_F()
341 thread3.StartAndWaitForTesting(); in TEST_F()
/external/libchrome/base/task_scheduler/
Dtracked_ref_unittest.cc84 threads.back()->StartAndWaitForTesting(); in TEST()
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc3176 thread->StartAndWaitForTesting(); in TEST_P()
3238 thread->StartAndWaitForTesting(); in TEST_P()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc2175 ASSERT_TRUE(thread.StartAndWaitForTesting()); in TEST_P()