Searched refs:mainLock (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java421 * also hold mainLock on shutdown and shutdownNow, for the sake of
425 private final ReentrantLock mainLock = new ReentrantLock(); field in class:ThreadPoolExecutor
429 * holding mainLock.
436 private final Condition termination = mainLock.newCondition();
440 * mainLock.
446 * worker threads. Accessed only under mainLock.
647 final ReentrantLock mainLock = this.mainLock;
648 mainLock.lock();
660 mainLock
[all...]

Completed in 34 milliseconds