Searched refs:mWatchdogInterrupt (Results 1 – 1 of 1) sorted by relevance
64 private ThreadLocal<Timer> mWatchdogInterrupt = null; field in RunUtil480 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()