Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1642 public boolean allowsCoreThreadTimeOut() { in allowsCoreThreadTimeOut() method in ThreadPoolExecutor
1722 if (time == 0 && allowsCoreThreadTimeOut()) in setKeepAliveTime()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java249 public boolean allowsCoreThreadTimeOut() { in allowsCoreThreadTimeOut() method in ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java1955 assertFalse(p.allowsCoreThreadTimeOut());
DThreadPoolExecutorSubclassTest.java1948 assertFalse(p.allowsCoreThreadTimeOut());
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java1972 assertFalse(p.allowsCoreThreadTimeOut());
DThreadPoolExecutorSubclassTest.java1970 assertFalse(p.allowsCoreThreadTimeOut());
/libcore/api/
Dcurrent.txt16376 method public boolean allowsCoreThreadTimeOut();