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

  /external/chromium_org/build/android/pylib/utils/
reraiser_thread.py 130 def JoinAll(self, watcher=watchdog_timer.WatchdogTimer(None)):
151 watcher: same as in |JoinAll|. Only used if threads are alive.
154 self.JoinAll(watcher)
  /external/chromium_org/base/threading/
simple_thread.cc 108 void DelegateSimpleThreadPool::JoinAll() {
109 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";

Completed in 1836 milliseconds