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

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c74 int thisFd; local
132 thisFd = open("/dev/null", O_RDONLY);
133 if (thisFd < 0) {
136 close(thisFd);
145 if (fd != serviceFd && fd != thisFd) {

Completed in 29 milliseconds