Searched defs:termination (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/java/util/concurrent/ |
H A D | ForkJoinPool.java | 218 * with termination, in which case it is OK to give up. 222 * allows nulling during termination, which is currently not 322 * all waiting workers. Detecting whether termination should 472 private final Condition termination; field in class:ForkJoinPool 802 * threads to check termination, which is checked here anyway, we 872 * quiescent, check for pool termination, and wait for event 876 * worker. Upon its termination (see deregisterWorker), it may 971 * on contention or termination. 1040 Thread.interrupted(); // clear interrupts before checking termination 1202 * down, tries to complete termination [all...] |
H A D | ThreadPoolExecutor.java | 114 * state in which termination is possible but not completed.</dd> 424 * abrupt termination of a thread (see processWorkerExit). Other 468 private final Condition termination = mainLock.newCondition(); field in class:ThreadPoolExecutor 477 * Counter for completed tasks. Updated only on termination of 563 * termination. Other uses of interruptIdleWorkers are advisory, 683 * termination possible -- reducing worker count or removing tasks 707 termination.signalAll(); 763 * termination or configuration changes. Ignores 768 * called only from tryTerminate when termination is otherwise 774 * To guarantee eventual termination, i [all...] |
Completed in 1506 milliseconds