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

/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.c559 * *fdret is (one of) the active fds. If both sockets
560 * fire at same time, *fdret = fd always.
563 NET_Timeout2(int fd, int fd1, long timeout, int *fdret) { argument
582 *fdret= fd;
584 *fdret= fd1;
588 *fdret= fd;

Completed in 25 milliseconds