Searched refs:other_thread (Results 1 – 4 of 4) sorted by relevance
194 Thread other_thread("other thread"); in TEST_F() local195 ASSERT_TRUE(other_thread.Start()); in TEST_F()196 other_thread.task_runner()->PostTask( in TEST_F()198 other_thread.Stop(); in TEST_F()202 ASSERT_TRUE(other_thread.Start()); in TEST_F()203 other_thread.task_runner()->PostTask( in TEST_F()205 other_thread.Stop(); in TEST_F()
129 def other_thread(): function133 thread.start_new_thread(other_thread, ())155 def other_thread(): function169 thread.start_new_thread(other_thread, ())
293 Thread other_thread; in TEST() local294 other_thread.Start(); in TEST()304 other_thread.Invoke<void>( in TEST()
415 Thread other_thread("OneShotTimer_CustomTaskRunner"); in TEST() local416 other_thread.Start(); in TEST()421 f.SetTaskRunner(other_thread.task_runner()); in TEST()