Home
last modified time | relevance | path

Searched refs:keepAliveTime (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java511 private volatile long keepAliveTime; field in ThreadPoolExecutor
1057 workQueue.poll(keepAliveTime, TimeUnit.NANOSECONDS) : in getTask()
1183 long keepAliveTime, in ThreadPoolExecutor() argument
1186 this(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue, in ThreadPoolExecutor()
1217 long keepAliveTime, in ThreadPoolExecutor() argument
1221 this(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue, in ThreadPoolExecutor()
1252 long keepAliveTime, in ThreadPoolExecutor() argument
1256 this(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue, in ThreadPoolExecutor()
1289 long keepAliveTime, in ThreadPoolExecutor() argument
1297 keepAliveTime < 0) in ThreadPoolExecutor()
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java162 long keepAliveTime, in CustomTPE() argument
165 super(corePoolSize, maximumPoolSize, keepAliveTime, unit, in CustomTPE()
170 long keepAliveTime, in CustomTPE() argument
174 super(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue, in CustomTPE()
180 long keepAliveTime, in CustomTPE() argument
184 super(corePoolSize, maximumPoolSize, keepAliveTime, unit, workQueue, in CustomTPE()
189 long keepAliveTime, in CustomTPE() argument
194 super(corePoolSize, maximumPoolSize, keepAliveTime, unit, in CustomTPE()
1956 long keepAliveTime = timeoutMillis();
1959 keepAliveTime, MILLISECONDS,
[all …]
DThreadPoolExecutorTest.java1963 long keepAliveTime = timeoutMillis();
1966 keepAliveTime, MILLISECONDS,
1977 delay(keepAliveTime);
1991 long keepAliveTime = timeoutMillis();
1994 keepAliveTime, MILLISECONDS,
2004 delay(2 * keepAliveTime);