Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1561 public boolean allowsCoreThreadTimeOut() { in allowsCoreThreadTimeOut() method in ThreadPoolExecutor
1639 if (time == 0 && allowsCoreThreadTimeOut()) in setKeepAliveTime()
/libcore/luni/src/test/java/tests/api/java/util/concurrent/
DThreadPoolExecutorSubclassTest.java1544 assertFalse(tpe.allowsCoreThreadTimeOut()); in testAllowsCoreThreadTimeOut()
DThreadPoolExecutorTest.java1416 assertFalse(tpe.allowsCoreThreadTimeOut()); in testAllowsCoreThreadTimeOut()