Searched defs:allowsCoreThreadTimeOut (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java1622 public boolean allowsCoreThreadTimeOut() { method in class:ThreadPoolExecutor
1694 * if {@code time} is zero and {@code allowsCoreThreadTimeOut}
1700 if (time == 0 && allowsCoreThreadTimeOut())

Completed in 118 milliseconds