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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DPendingIoCache.java54 private static final int SIZEOF_OVERLAPPED = dependsArch(20, 32); field in class:PendingIoCache
81 ov = unsafe.allocateMemory(SIZEOF_OVERLAPPED);
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java255 private static final short SIZEOF_OVERLAPPED = 32; // 20 on 32-bit field in class:WindowsWatchService.Poller
387 int size = CHANGES_BUFFER_SIZE + SIZEOF_DWORD + SIZEOF_OVERLAPPED;
391 long overlappedAddress = bufferAddress + size - SIZEOF_OVERLAPPED;

Completed in 31 milliseconds