Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java552 private volatile boolean allowCoreThreadTimeOut; field in ThreadPoolExecutor
1027 int min = allowCoreThreadTimeOut ? 0 : corePoolSize; in processWorkerExit()
1070 boolean timed = allowCoreThreadTimeOut || wc > corePoolSize; in getTask()
1661 return allowCoreThreadTimeOut; in allowsCoreThreadTimeOut()
1681 public void allowCoreThreadTimeOut(boolean value) { in allowCoreThreadTimeOut() method in ThreadPoolExecutor
1684 if (value != allowCoreThreadTimeOut) { in allowCoreThreadTimeOut()
1685 allowCoreThreadTimeOut = value; in allowCoreThreadTimeOut()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java253 public void allowCoreThreadTimeOut(boolean value) { in allowCoreThreadTimeOut() method in ThreadPoolExecutor
338 private volatile boolean allowCoreThreadTimeOut; field in ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java1970 p.allowCoreThreadTimeOut(true);
1998 p.allowCoreThreadTimeOut(false);
DThreadPoolExecutorSubclassTest.java1963 p.allowCoreThreadTimeOut(true);
1991 p.allowCoreThreadTimeOut(false);
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorSubclassTest.java2094 p.allowCoreThreadTimeOut(true);
2123 p.allowCoreThreadTimeOut(false);
DThreadPoolExecutorTest.java2103 p.allowCoreThreadTimeOut(true);
2132 p.allowCoreThreadTimeOut(false);
/libcore/api/
Dcurrent.txt16555 method public void allowCoreThreadTimeOut(boolean);