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 timeval * | tv |
Definition at line 8256 of file io.c.
| union { ... } select_args::as |
Referenced by rb_wait_for_single_fd(), and select_single().
Definition at line 3652 of file thread.c.
Referenced by rb_wait_for_single_fd(), and select_single().
| rb_fdset_t* select_args::except |
| VALUE select_args::except |
Definition at line 8257 of file io.c.
Referenced by rb_f_select(), rb_wait_for_single_fd(), select_call(), select_single(), and select_single_cleanup().
| int select_args::fd |
Definition at line 3651 of file thread.c.
Referenced by rb_wait_for_single_fd(), and select_single().
| rb_fdset_t select_args::fdsets[4] |
Definition at line 8259 of file io.c.
Referenced by rb_f_select(), select_call(), and select_end().
| rb_fdset_t* select_args::read |
| VALUE select_args::read |
Definition at line 8257 of file io.c.
Referenced by rb_f_select(), rb_wait_for_single_fd(), select_call(), select_single(), and select_single_cleanup().
struct timeval* select_args::timeout [read] |
Definition at line 8258 of file io.c.
Referenced by rb_f_select(), and select_call().
struct timeval* select_args::tv [read] |
Definition at line 3657 of file thread.c.
Referenced by rb_wait_for_single_fd(), and select_single().
| rb_fdset_t* select_args::write |
| VALUE select_args::write |
Definition at line 8257 of file io.c.
Referenced by rb_f_select(), rb_wait_for_single_fd(), select_call(), select_single(), and select_single_cleanup().
1.6.1