Home
last modified time | relevance | path

Searched defs:allowCoreThreadTimeOut (Results 1 – 2 of 2) sorted by relevance

/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/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java552 private volatile boolean allowCoreThreadTimeOut; field in ThreadPoolExecutor
1670 public void allowCoreThreadTimeOut(boolean value) { in allowCoreThreadTimeOut() method in ThreadPoolExecutor