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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java150 finishLock.reset(); // reset finishLock
161 finishLock.setException(e); // Save this exception
165 finishLock.waitForHelperThreads();
170 finishLock.checkForException();
216 private final FinishLock finishLock = new FinishLock(); field in class:WindowsSelectorImpl
230 // Each helper thread invokes this function on finishLock, when
242 // The main thread invokes this function on finishLock to wait
251 finishLock.wait();
435 finishLock
[all...]

Completed in 29 milliseconds