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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java101 private long countAddress; field in class:WindowsWatchService.WindowsWatchKey
121 long countAddress,
129 this.countAddress = countAddress;
155 long countAddress() { method in class:WindowsWatchService.WindowsWatchKey
156 return countAddress;
182 countAddress = 0;
392 long countAddress = overlappedAddress - SIZEOF_DWORD;
401 countAddress,
412 .init(handle, events, watchSubtree, buffer, countAddress,
117 init(long handle, Set<? extends WatchEvent.Kind<?>> events, boolean watchSubtree, NativeBuffer buffer, long countAddress, long overlappedAddress, int completionKey) argument
[all...]

Completed in 44 milliseconds