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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java104 private long overlappedAddress; field in class:WindowsWatchService.WindowsWatchKey
122 long overlappedAddress,
130 this.overlappedAddress = overlappedAddress;
159 long overlappedAddress() { method in class:WindowsWatchService.WindowsWatchKey
160 return overlappedAddress;
183 overlappedAddress = 0;
391 long overlappedAddress = bufferAddress + size - SIZEOF_OVERLAPPED;
392 long countAddress = overlappedAddress - SIZEOF_DWORD;
402 overlappedAddress);
117 init(long handle, Set<? extends WatchEvent.Kind<?>> events, boolean watchSubtree, NativeBuffer buffer, long countAddress, long overlappedAddress, int completionKey) argument
[all...]

Completed in 37 milliseconds