Home
last modified time | relevance | path

Searched refs:other_thread (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task/
Dcancelable_task_tracker_unittest.cc194 Thread other_thread("other thread"); in TEST_F() local
195 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()
/external/python/cpython3/Lib/test/
Dtest_threadsignals.py129 def other_thread(): function
133 thread.start_new_thread(other_thread, ())
155 def other_thread(): function
169 thread.start_new_thread(other_thread, ())
/external/webrtc/webrtc/base/
Dthread_unittest.cc293 Thread other_thread; in TEST() local
294 other_thread.Start(); in TEST()
304 other_thread.Invoke<void>( in TEST()
/external/libchrome/base/timer/
Dtimer_unittest.cc415 Thread other_thread("OneShotTimer_CustomTaskRunner"); in TEST() local
416 other_thread.Start(); in TEST()
421 f.SetTaskRunner(other_thread.task_runner()); in TEST()