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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DIOUtil.c125 #define SET_BLOCKING 0 macro
139 argp = SET_BLOCKING;
/openjdk7/jdk/src/windows/native/java/net/
H A DDualStackPlainSocketImpl.c31 #define SET_BLOCKING 0 macro
471 arg = SET_BLOCKING; // 0
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainSocketImpl.c87 #define SET_BLOCKING(fd) { \ macro
375 SET_BLOCKING(fd);
445 SET_BLOCKING(fd);
459 SET_BLOCKING(fd);
733 SET_BLOCKING(newfd);

Completed in 48 milliseconds