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

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java477 * also hold mainLock on shutdown and shutdownNow, for the sake of
481 private final ReentrantLock mainLock = new ReentrantLock(); field in class:ThreadPoolExecutor
485 * holding mainLock.
494 private final Condition termination = mainLock.newCondition();
498 * mainLock.
504 * worker threads. Accessed only under mainLock.
726 final ReentrantLock mainLock = this.mainLock;
727 mainLock.lock();
739 mainLock
[all...]

Completed in 5 milliseconds