FD_ISSET          355 include/ruby/intern.h #define rb_fd_isset(n, f) FD_ISSET((n), (f))
FD_ISSET         3505 thread.c           return FD_ISSET(n, fds->fdset) != 0; /* "!= 0" avoids FreeBSD PR 91421 */