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.java545 private volatile boolean allowCoreThreadTimeOut; field in ThreadPoolExecutor
1016 int min = allowCoreThreadTimeOut ? 0 : corePoolSize; in processWorkerExit()
1059 boolean timed = allowCoreThreadTimeOut || wc > corePoolSize; in getTask()
1643 return allowCoreThreadTimeOut; in allowsCoreThreadTimeOut()
1663 public void allowCoreThreadTimeOut(boolean value) { in allowCoreThreadTimeOut() method in ThreadPoolExecutor
1666 if (value != allowCoreThreadTimeOut) { in allowCoreThreadTimeOut()
1667 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/
DThreadPoolExecutorTest.java1987 p.allowCoreThreadTimeOut(true);
2015 p.allowCoreThreadTimeOut(false);
DThreadPoolExecutorSubclassTest.java1985 p.allowCoreThreadTimeOut(true);
2013 p.allowCoreThreadTimeOut(false);
/libcore/api/
Dcurrent.txt16375 method public void allowCoreThreadTimeOut(boolean);