Searched defs:JoinAll (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
H A Dreraiser_thread.py96 # Set when a thread from one group has called JoinAll on another. It is used
170 def JoinAll(self, watcher=None, timeout=None, member in class:ReraiserThreadGroup
197 watcher: same as in |JoinAll|. Only used if threads are alive.
200 self.JoinAll(watcher)
/external/libchrome/base/threading/
H A Dsimple_thread.cc118 void DelegateSimpleThreadPool::JoinAll() { function in class:base::DelegateSimpleThreadPool
119 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dreraiser_thread.py96 # Set when a thread from one group has called JoinAll on another. It is used
170 def JoinAll(self, watcher=None, timeout=None, member in class:ReraiserThreadGroup
197 watcher: same as in |JoinAll|. Only used if threads are alive.
200 self.JoinAll(watcher)

Completed in 155 milliseconds