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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DIOUtil.c126 #define SET_NONBLOCKING 1 macro
137 argp = SET_NONBLOCKING;
/openjdk7/jdk/src/windows/native/java/net/
H A DDualStackPlainSocketImpl.c32 #define SET_NONBLOCKING 1 macro
473 arg = SET_NONBLOCKING; // 1
/openjdk7/jdk/src/solaris/native/java/net/
H A DInet4AddressImpl.c583 #define SET_NONBLOCKING(fd) { \ macro
635 SET_NONBLOCKING(fd);
802 SET_NONBLOCKING(fd);
H A DInet6AddressImpl.c440 #define SET_NONBLOCKING(fd) { \ macro
491 SET_NONBLOCKING(fd);
659 SET_NONBLOCKING(fd);
H A DPlainSocketImpl.c81 #define SET_NONBLOCKING(fd) { \ macro
234 SET_NONBLOCKING(fd);
362 SET_NONBLOCKING(fd);

Completed in 39 milliseconds