Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
VALUE | read |
VALUE | write |
VALUE | except |
struct timeval * | timeout |
rb_fdset_t | fdsets [4] |
union { | |
int fd | |
int error | |
} | as |
rb_fdset_t * | read |
rb_fdset_t * | write |
rb_fdset_t * | except |
struct waiting_fd | wfd |
struct timeval * | tv |
union { ... } select_args::as |
Referenced by rb_thread_wait_for_single_fd().
int select_args::error |
Definition at line 4506 of file thread.c.
Referenced by rb_thread_wait_for_single_fd().
VALUE select_args::except |
Definition at line 9410 of file io.c.
Referenced by rb_thread_wait_for_single_fd().
rb_fdset_t* select_args::except |
int select_args::fd |
Definition at line 4505 of file thread.c.
Referenced by rb_thread_wait_for_single_fd().
rb_fdset_t select_args::fdsets[4] |
VALUE select_args::read |
Definition at line 9410 of file io.c.
Referenced by rb_thread_wait_for_single_fd().
rb_fdset_t* select_args::read |
struct timeval* select_args::timeout |
Definition at line 9411 of file io.c.
Referenced by rb_thread_wait_for_single_fd().
struct timeval* select_args::tv |
Definition at line 4512 of file thread.c.
Referenced by rb_thread_wait_for_single_fd().
struct waiting_fd select_args::wfd |
Definition at line 4511 of file thread.c.
Referenced by rb_thread_wait_for_single_fd().
VALUE select_args::write |
Definition at line 9410 of file io.c.
Referenced by rb_thread_wait_for_single_fd().
rb_fdset_t* select_args::write |