Searched refs:tryTerminate (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java666 * (but not TIDYING or TERMINATED -- use tryTerminate for that)
687 final void tryTerminate() { method in class:ThreadPoolExecutor
768 * called only from tryTerminate when termination is otherwise
974 tryTerminate();
1006 tryTerminate();
1397 tryTerminate();
1429 tryTerminate();
1754 tryTerminate(); // In case SHUTDOWN and now empty
1786 tryTerminate(); // In case SHUTDOWN and now empty
H A DForkJoinPool.java827 if ((!shutdown || !tryTerminate(false)) &&
888 tryTerminate(false);
1127 if (!tryTerminate(false) && ex != null &&
1237 if (!tryTerminate(false)) {
1254 private boolean tryTerminate(boolean now) { method in class:ForkJoinPool
1915 tryTerminate(false);
1937 tryTerminate(true);
H A DScheduledThreadPoolExecutor.java383 tryTerminate();

Completed in 218 milliseconds