Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java403 private boolean compareAndIncrementWorkerCount(int expect) { in compareAndIncrementWorkerCount() method in ThreadPoolExecutor
903 if (compareAndIncrementWorkerCount(c)) in addWorker()