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

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractWatchService.java43 private final WatchKey CLOSE_KEY = field in class:AbstractWatchService
84 * Checks the key isn't the special CLOSE_KEY used to unblock threads when
88 if (key == CLOSE_KEY) {
158 pendingKeys.offer(CLOSE_KEY);

Completed in 37 milliseconds