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

  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread_unittest.py 57 group.JoinAll()
71 group.JoinAll()
82 group.JoinAll()
96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
reraiser_thread.py 96 # Set when a thread from one group has called JoinAll on another. It is used
170 def JoinAll(self, watcher=None, timeout=None,
197 watcher: same as in |JoinAll|. Only used if threads are alive.
200 self.JoinAll(watcher)
parallelizer.py 135 self._objs.JoinAll()
timeout_retry.py 156 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
  /external/libmojo/third_party/catapult/devil/devil/utils/
reraiser_thread_unittest.py 57 group.JoinAll()
71 group.JoinAll()
82 group.JoinAll()
96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
reraiser_thread.py 96 # Set when a thread from one group has called JoinAll on another. It is used
170 def JoinAll(self, watcher=None, timeout=None,
197 watcher: same as in |JoinAll|. Only used if threads are alive.
200 self.JoinAll(watcher)
parallelizer.py 135 self._objs.JoinAll()
timeout_retry.py 156 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
  /external/libchrome/base/threading/
simple_thread_unittest.cc 215 pool.JoinAll();
224 // Changing 9 to 10, for example, would cause us JoinAll() to never return.
230 pool.JoinAll();
thread_local_unittest.cc 146 tp1.JoinAll();
147 tp2.JoinAll();
simple_thread.h 157 // JoinAll() will make sure that all outstanding work is processed, and wait
159 // again after you've called JoinAll().
174 void JoinAll();
simple_thread.cc 118 void DelegateSimpleThreadPool::JoinAll() {
119 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
  /external/libchrome/base/
lazy_instance_unittest.cc 100 pool.JoinAll();
  /system/update_engine/payload_generator/
full_update_generator.cc 191 thread_pool.JoinAll();
delta_diff_utils.cc 354 thread_pool.JoinAll();
    [all...]

Completed in 142 milliseconds