Home
last modified time | relevance | path

Searched refs:addWorker (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java902 private boolean addWorker(Runnable firstTask, boolean core) { in addWorker() method in ThreadPoolExecutor
1022 addWorker(null, false); in processWorkerExit()
1362 if (addWorker(command, true)) in execute()
1371 addWorker(null, false); in execute()
1373 else if (!addWorker(command, false)) in execute()
1573 while (k-- > 0 && addWorker(null, true)) { in setCorePoolSize()
1600 addWorker(null, true); in prestartCoreThread()
1610 addWorker(null, true); in ensurePrestart()
1612 addWorker(null, false); in ensurePrestart()
1624 while (addWorker(null, true)) in prestartAllCoreThreads()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java159 private boolean addWorker(java.lang.Runnable firstTask, boolean core) { in addWorker() method in ThreadPoolExecutor