Home
last modified time | relevance | path

Searched refs:WatchdogTimer (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/build/android/pylib/utils/
Dreraiser_thread.py96 def _JoinAll(self, watcher=watchdog_timer.WatchdogTimer(None)):
119 def JoinAll(self, watcher=watchdog_timer.WatchdogTimer(None)):
Dwatchdog_timer.py10 class WatchdogTimer(object): class
Dtimeout_retry.py40 thread_group.JoinAll(watchdog_timer.WatchdogTimer(timeout))
Dreraiser_thread_unittest.py91 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
/external/chromium_org/build/android/pylib/base/
Dtest_dispatcher.py243 watcher = watchdog_timer.WatchdogTimer(timeout)
298 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout))
313 threads.JoinAll(watchdog_timer.WatchdogTimer(timeout))
Dtest_dispatcher_unittest.py88 watchdog_timer.WatchdogTimer(None), 2)