RB_WAITFD_OUT 26 ext/-test-/wait_for_single_fd/wait_for_single_fd.c rb_define_const(rb_cObject, "RB_WAITFD_OUT", INT2NUM(RB_WAITFD_OUT)); RB_WAITFD_OUT 163 ext/io/wait/wait.c if (wait_for_single_fd(fptr, RB_WAITFD_OUT, tv)) { RB_WAITFD_OUT 182 ext/io/wait/wait.c return RB_WAITFD_OUT; RB_WAITFD_OUT 185 ext/io/wait/wait.c return RB_WAITFD_OUT; RB_WAITFD_OUT 188 ext/io/wait/wait.c return RB_WAITFD_OUT; RB_WAITFD_OUT 191 ext/io/wait/wait.c return RB_WAITFD_IN|RB_WAITFD_OUT; RB_WAITFD_OUT 194 ext/io/wait/wait.c return RB_WAITFD_IN|RB_WAITFD_OUT; RB_WAITFD_OUT 197 ext/io/wait/wait.c return RB_WAITFD_IN|RB_WAITFD_OUT; RB_WAITFD_OUT 392 ext/socket/init.c revents = rb_wait_for_single_fd(fd, RB_WAITFD_IN|RB_WAITFD_OUT, NULL); RB_WAITFD_OUT 3713 thread.c int events = read ? RB_WAITFD_IN : RB_WAITFD_OUT; RB_WAITFD_OUT 3877 thread.c result |= RB_WAITFD_OUT; RB_WAITFD_OUT 3919 thread.c r |= RB_WAITFD_OUT; RB_WAITFD_OUT 3948 thread.c args.write = (events & RB_WAITFD_OUT) ? init_set_fd(fd, &wfds) : NULL;