Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DRunUtil.java64 private ThreadLocal<Timer> mWatchdogInterrupt = null; field in RunUtil
480 if (mWatchdogInterrupt == null) { in setInterruptibleInFuture()
481 mWatchdogInterrupt = new ThreadLocal<Timer>() { in setInterruptibleInFuture()
488 mWatchdogInterrupt.get().schedule(new InterruptTask(thread), timeMs); in setInterruptibleInFuture()
763 if (mWatchdogInterrupt.get() != null) { in terminateTimer()
764 mWatchdogInterrupt.get().purge(); in terminateTimer()
765 mWatchdogInterrupt.get().cancel(); in terminateTimer()