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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java49 private static final boolean supportsThreadAgnosticIo; field in class:Iocp
96 static boolean supportsThreadAgnosticIo() { method in class:Iocp
97 return supportsThreadAgnosticIo;
453 supportsThreadAgnosticIo = Integer.parseInt(vers[0]) >= 6;
H A DWindowsAsynchronousFileChannelImpl.java321 if (Iocp.supportsThreadAgnosticIo()) {
559 if (Iocp.supportsThreadAgnosticIo()) {
733 if (Iocp.supportsThreadAgnosticIo()) {
H A DWindowsAsynchronousSocketChannelImpl.java360 if (Iocp.supportsThreadAgnosticIo()) {
634 if (Iocp.supportsThreadAgnosticIo()) {
892 if (Iocp.supportsThreadAgnosticIo()) {
H A DWindowsAsynchronousServerSocketChannelImpl.java345 if (Iocp.supportsThreadAgnosticIo()) {

Completed in 36 milliseconds