Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java435 private boolean compareAndDecrementWorkerCount(int expect) { in compareAndDecrementWorkerCount() method in ThreadPoolExecutor
1063 if (compareAndDecrementWorkerCount(c)) in getTask()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java111 private boolean compareAndDecrementWorkerCount(int expect) { in compareAndDecrementWorkerCount() method in ThreadPoolExecutor