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

  /external/chromium_org/build/android/pylib/utils/
reraiser_thread_unittest.py 54 group.JoinAll()
67 group.JoinAll()
78 group.JoinAll()
91 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
timeout_retry.py 40 thread_group.JoinAll(watchdog_timer.WatchdogTimer(timeout))
reraiser_thread.py 119 def JoinAll(self, watcher=watchdog_timer.WatchdogTimer(None)):
  /external/chromium/base/threading/
simple_thread_unittest.cc 152 pool.JoinAll();
160 // Changing 9 to 10, for example, would cause us JoinAll() to never return.
166 pool.JoinAll();
thread_local_unittest.cc 140 tp1.JoinAll();
141 tp2.JoinAll();
simple_thread.h 144 // JoinAll() will make sure that all outstanding work is processed, and wait
146 // again after you've called JoinAll().
161 void JoinAll();
simple_thread.cc 101 void DelegateSimpleThreadPool::JoinAll() {
102 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
  /external/chromium_org/base/threading/
simple_thread_unittest.cc 152 pool.JoinAll();
160 // Changing 9 to 10, for example, would cause us JoinAll() to never return.
166 pool.JoinAll();
thread_local_unittest.cc 146 tp1.JoinAll();
147 tp2.JoinAll();
simple_thread.h 150 // JoinAll() will make sure that all outstanding work is processed, and wait
152 // again after you've called JoinAll().
167 void JoinAll();
simple_thread.cc 108 void DelegateSimpleThreadPool::JoinAll() {
109 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
  /external/chromium_org/mojo/public/utility/
thread_local_unittest.cc 147 tp1.JoinAll();
148 tp2.JoinAll();
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 258 workers.JoinAll(watcher)
298 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout))
313 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout))
  /external/chromium/base/
lazy_instance_unittest.cc 95 pool.JoinAll();
  /external/chromium_org/base/
lazy_instance_unittest.cc 97 pool.JoinAll();

Completed in 1395 milliseconds