Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DAbstractWatchService.java43 private final WatchKey CLOSE_KEY = field in AbstractWatchService
88 if (key == CLOSE_KEY) { in checkKey()
158 pendingKeys.offer(CLOSE_KEY); in close()