Searched defs:highNumBytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.c104 DWORD highNumBytes = (DWORD)(size >> 32); local
112 res = LockFileEx(h, flags, 0, lowNumBytes, highNumBytes, lpOverlapped);
H A DFileDispatcherImpl.c393 DWORD highNumBytes = (DWORD)(size >> 32); local
406 result = LockFileEx(h, flags, 0, lowNumBytes, highNumBytes, &o);
430 DWORD highNumBytes = (DWORD)(size >> 32); local
436 result = UnlockFileEx(h, 0, lowNumBytes, highNumBytes, &o);

Completed in 29 milliseconds