Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java410 private boolean compareAndDecrementWorkerCount(int expect) { in compareAndDecrementWorkerCount() method in ThreadPoolExecutor
420 do {} while (! compareAndDecrementWorkerCount(ctl.get())); in decrementWorkerCount()
1050 if (compareAndDecrementWorkerCount(c)) in getTask()