Searched refs:allowCoreThreadTimeOut (Results 1 – 7 of 7) sorted by relevance
545 private volatile boolean allowCoreThreadTimeOut; field in ThreadPoolExecutor1016 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 ThreadPoolExecutor1666 if (value != allowCoreThreadTimeOut) { in allowCoreThreadTimeOut()1667 allowCoreThreadTimeOut = value; in allowCoreThreadTimeOut()
253 public void allowCoreThreadTimeOut(boolean value) { in allowCoreThreadTimeOut() method in ThreadPoolExecutor338 private volatile boolean allowCoreThreadTimeOut; field in ThreadPoolExecutor
1970 p.allowCoreThreadTimeOut(true);1998 p.allowCoreThreadTimeOut(false);
1963 p.allowCoreThreadTimeOut(true);1991 p.allowCoreThreadTimeOut(false);
1987 p.allowCoreThreadTimeOut(true);2015 p.allowCoreThreadTimeOut(false);
1985 p.allowCoreThreadTimeOut(true);2013 p.allowCoreThreadTimeOut(false);
16375 method public void allowCoreThreadTimeOut(boolean);