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

  /external/chromium-trace/catapult/devil/devil/utils/
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)
  /external/libmojo/third_party/catapult/devil/devil/utils/
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)
  /external/libchrome/base/threading/
simple_thread.cc 118 void DelegateSimpleThreadPool::JoinAll() {
119 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";

Completed in 103 milliseconds