Searched refs:JoinAll (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/catapult/devil/devil/utils/ |
D | reraiser_thread_unittest.py | 57 group.JoinAll() 71 group.JoinAll() 82 group.JoinAll() 96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
|
D | reraiser_thread.py | 170 def JoinAll(self, watcher=None, timeout=None, member in ReraiserThreadGroup 200 self.JoinAll(watcher)
|
D | timeout_retry.py | 158 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
|
D | parallelizer.py | 135 self._objs.JoinAll()
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | reraiser_thread_unittest.py | 57 group.JoinAll() 71 group.JoinAll() 82 group.JoinAll() 96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
|
D | reraiser_thread.py | 170 def JoinAll(self, watcher=None, timeout=None, member in ReraiserThreadGroup 200 self.JoinAll(watcher)
|
D | timeout_retry.py | 156 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
|
D | parallelizer.py | 135 self._objs.JoinAll()
|
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 146 tp1.JoinAll(); in TEST() 147 tp2.JoinAll(); in TEST()
|
D | simple_thread_unittest.cc | 150 pool.JoinAll(); in TEST() 165 pool.JoinAll(); in TEST()
|
D | simple_thread.h | 170 void JoinAll();
|
D | simple_thread.cc | 123 void DelegateSimpleThreadPool::JoinAll() { in JoinAll() function in base::DelegateSimpleThreadPool
|
/external/libchrome/base/ |
D | lazy_instance_unittest.cc | 99 pool.JoinAll(); in TEST()
|