Searched refs:scheduleTimeout (Results 1 – 4 of 4) sorted by relevance
87 currentCommand.scheduleTimeout(timeoutSeconds); in execute()200 command.scheduleTimeout(timeoutSeconds); in start()217 command.scheduleTimeout(timeoutSeconds); in finish()
69 scheduleTimeout(this, timeoutNanos, hasDeadline); in enter()72 private static synchronized void scheduleTimeout( in scheduleTimeout() method in AsyncTimeout
71 scheduleTimeout(this, timeoutNanos, hasDeadline); in enter()74 private static synchronized void scheduleTimeout( in scheduleTimeout() method in AsyncTimeout
163 scheduleTimeout(timeoutSeconds); in executeWithTimeout()199 public void scheduleTimeout(int timeoutSeconds) { in scheduleTimeout() method in Command