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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java1553 public boolean allowsCoreThreadTimeOut() { method in class:ThreadPoolExecutor
1625 * if {@code time} is zero and {@code allowsCoreThreadTimeOut}
1631 if (time == 0 && allowsCoreThreadTimeOut())

Completed in 37 milliseconds