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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java83 private final long writeBufferArray; field in class:WindowsAsynchronousSocketChannelImpl
113 this.writeBufferArray = unsafe.allocateMemory(SIZEOF_WSABUFARRAY);
160 unsafe.freeMemory(writeBufferArray);
671 long address = writeBufferArray;
756 int n = write0(handle, numBufs, writeBufferArray, overlapped);

Completed in 31 milliseconds