Searched refs:allowCoreThreadTimeOut (Results 1 – 7 of 7) sorted by relevance
552 private volatile boolean allowCoreThreadTimeOut; field in ThreadPoolExecutor1027 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 ThreadPoolExecutor1684 if (value != allowCoreThreadTimeOut) { in allowCoreThreadTimeOut()1685 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);
2094 p.allowCoreThreadTimeOut(true);2123 p.allowCoreThreadTimeOut(false);
2103 p.allowCoreThreadTimeOut(true);2132 p.allowCoreThreadTimeOut(false);
16555 method public void allowCoreThreadTimeOut(boolean);