rb_fd_ptr 79 ext/io/wait/wait.c return (VALUE)rb_thread_select(rb_fd_max(fds), rb_fd_ptr(fds), NULL, NULL, arg->timeout); rb_fd_ptr 122 ext/io/wait/wait.c i = rb_thread_select(fd + 1, rb_fd_ptr(&arg.fds), NULL, NULL, arg.timeout); rb_fd_ptr 1070 ext/socket/socket.c rb_thread_select(fd+1, 0, rb_fd_ptr(fds_w), rb_fd_ptr(fds_e), 0); rb_fd_ptr 605 io.c return rb_thread_select(rb_fd_max(rfds), rb_fd_ptr(rfds), NULL, NULL, NULL); rb_fd_ptr 635 io.c rb_thread_select(f + 1, rb_fd_ptr(&rfds), NULL, NULL, NULL); rb_fd_ptr 650 io.c return rb_thread_select(rb_fd_max(wfds), NULL, rb_fd_ptr(wfds), NULL, NULL); rb_fd_ptr 680 io.c rb_thread_select(f + 1, NULL, rb_fd_ptr(&wfds), NULL, NULL); rb_fd_ptr 6520 io.c rp = rb_fd_ptr(&fds[0]); rb_fd_ptr 6533 io.c wp = rb_fd_ptr(&fds[1]); rb_fd_ptr 6552 io.c ep = rb_fd_ptr(&fds[2]); rb_fd_ptr 2229 thread.c r = rb_fd_ptr(readfds); rb_fd_ptr 2233 thread.c w = rb_fd_ptr(writefds); rb_fd_ptr 2237 thread.c e = rb_fd_ptr(exceptfds); rb_fd_ptr 2444 thread.c result = do_select(fd + 1, rb_fd_ptr(&set), 0, 0, 0); rb_fd_ptr 2447 thread.c result = do_select(fd + 1, 0, rb_fd_ptr(&set), 0, 0);