Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java432 private boolean compareAndIncrementWorkerCount(int expect) { in compareAndIncrementWorkerCount() method in ThreadPoolExecutor
932 if (compareAndIncrementWorkerCount(c)) in addWorker()