Searched refs:canRunInCurrentRunState (Results 1 – 1 of 1) sorted by relevance
304 if (!canRunInCurrentRunState(this)) in run()319 boolean canRunInCurrentRunState(RunnableScheduledFuture<?> task) { in canRunInCurrentRunState() method in ScheduledThreadPoolExecutor348 if (!canRunInCurrentRunState(task) && remove(task)) in delayedExecute()362 if (canRunInCurrentRunState(task)) { in reExecutePeriodic()364 if (canRunInCurrentRunState(task) || !remove(task)) { in reExecutePeriodic()