HomeSort by relevance Sort by last modified time
    Searched refs:other_thread (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 194 Thread other_thread("other thread");
195 ASSERT_TRUE(other_thread.Start());
196 other_thread.task_runner()->PostTask(
198 other_thread.Stop();
202 ASSERT_TRUE(other_thread.Start());
203 other_thread.task_runner()->PostTask(
205 other_thread.Stop();
  /external/python/cpython3/Lib/test/
test_threadsignals.py 129 def other_thread(): function in function:ThreadSignals.test_rlock_acquire_interruption
133 thread.start_new_thread(other_thread, ())
155 def other_thread(): function in function:ThreadSignals.acquire_retries_on_intr.my_handler
169 thread.start_new_thread(other_thread, ())
  /external/webrtc/webrtc/base/
thread_unittest.cc 293 Thread other_thread; local
294 other_thread.Start();
304 other_thread.Invoke<void>(
  /external/libchrome/base/timer/
timer_unittest.cc 415 Thread other_thread("OneShotTimer_CustomTaskRunner");
416 other_thread.Start();
421 f.SetTaskRunner(other_thread.task_runner());

Completed in 528 milliseconds