Home
last modified time | relevance | path

Searched refs:JoinAll (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
Dreraiser_thread_unittest.py57 group.JoinAll()
71 group.JoinAll()
82 group.JoinAll()
96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
Dreraiser_thread.py170 def JoinAll(self, watcher=None, timeout=None, member in ReraiserThreadGroup
200 self.JoinAll(watcher)
Dtimeout_retry.py158 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
Dparallelizer.py135 self._objs.JoinAll()
/external/libmojo/third_party/catapult/devil/devil/utils/
Dreraiser_thread_unittest.py57 group.JoinAll()
71 group.JoinAll()
82 group.JoinAll()
96 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
Dreraiser_thread.py170 def JoinAll(self, watcher=None, timeout=None, member in ReraiserThreadGroup
200 self.JoinAll(watcher)
Dtimeout_retry.py156 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
Dparallelizer.py135 self._objs.JoinAll()
/external/libchrome/base/threading/
Dthread_local_unittest.cc146 tp1.JoinAll(); in TEST()
147 tp2.JoinAll(); in TEST()
Dsimple_thread_unittest.cc150 pool.JoinAll(); in TEST()
165 pool.JoinAll(); in TEST()
Dsimple_thread.h170 void JoinAll();
Dsimple_thread.cc123 void DelegateSimpleThreadPool::JoinAll() { in JoinAll() function in base::DelegateSimpleThreadPool
/external/libchrome/base/
Dlazy_instance_unittest.cc99 pool.JoinAll(); in TEST()