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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java1614 public boolean allowsCoreThreadTimeOut() { method in class:ThreadPoolExecutor
1681 * {@linkplain #allowsCoreThreadTimeOut() allows core thread timeout}.
1688 * if {@code time} is zero and {@code allowsCoreThreadTimeOut}
1694 if (time == 0 && allowsCoreThreadTimeOut())
1709 * {@linkplain #allowsCoreThreadTimeOut() allows core thread timeout}.

Completed in 34 milliseconds