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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java59 private final PendingIoCache ioCache; field in class:WindowsAsynchronousServerSocketChannelImpl
84 this.ioCache = new PendingIoCache();
90 return ioCache.remove(overlapped);
99 ioCache.close();
183 overlapped = ioCache.add(result);
204 ioCache.remove(overlapped);
H A DWindowsAsynchronousFileChannelImpl.java80 private final PendingIoCache ioCache; field in class:WindowsAsynchronousFileChannelImpl
94 this.ioCache = new PendingIoCache();
126 return ioCache.remove(overlapped);
147 ioCache.close();
237 overlapped = ioCache.add(result);
256 ioCache.remove(overlapped);
447 overlapped = ioCache.add(result);
468 ioCache.remove(overlapped);
632 overlapped = ioCache.add(result);
649 ioCache
[all...]
H A DWindowsAsynchronousSocketChannelImpl.java79 private final PendingIoCache ioCache; field in class:WindowsAsynchronousSocketChannelImpl
109 this.ioCache = new PendingIoCache();
130 return ioCache.remove(overlapped);
156 ioCache.close();
230 overlapped = ioCache.add(result);
245 ioCache.remove(overlapped);
487 overlapped = ioCache.add(result);
520 ioCache.remove(overlapped);
755 overlapped = ioCache.add(result);
781 ioCache
[all...]

Completed in 33 milliseconds