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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java143 disassociate((Integer)key);
244 void disassociate(int key) { method in class:Iocp
H A DWindowsAsynchronousServerSocketChannelImpl.java101 // finally disassociate from the completion port
102 iocp.disassociate(completionKey);
H A DWindowsAsynchronousFileChannelImpl.java149 // disassociate from port
150 iocp.disassociate(completionKey);
H A DWindowsAsynchronousSocketChannelImpl.java162 // finally disassociate from the completion port (key can be 0 if
165 iocp.disassociate(completionKey);

Completed in 36 milliseconds