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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java284 private int lastCompletionKey; field in class:WindowsWatchService.Poller
292 this.lastCompletionKey = 0;
374 int completionKey = ++lastCompletionKey;
376 completionKey = ++lastCompletionKey;

Completed in 31 milliseconds