Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DExecutorService.java141 List<Runnable> shutdownNow(); in shutdownNow() method
DExecutors.java602 public List<Runnable> shutdownNow() { return e.shutdownNow(); }
DScheduledThreadPoolExecutor.java755 public List<Runnable> shutdownNow() { in shutdownNow() method in ScheduledThreadPoolExecutor
756 return super.shutdownNow(); in shutdownNow()
DThreadPoolExecutor.java1348 public List<Runnable> shutdownNow() { in shutdownNow() method in ThreadPoolExecutor