|
Ruby
1.9.3p448(2013-06-27revision41675)
|
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 |
| union { ... } select_args::as |
Referenced by rb_wait_for_single_fd(), and select_single().
Definition at line 2920 of file thread.c.
Referenced by rb_wait_for_single_fd(), and select_single().
Definition at line 7727 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 2919 of file thread.c.
Referenced by rb_wait_for_single_fd(), and select_single().
Definition at line 7729 of file io.c.
Referenced by rb_f_select(), select_call(), and select_end().
Definition at line 7727 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 |
Definition at line 7728 of file io.c.
Referenced by rb_f_select(), and select_call().
| struct timeval* select_args::tv |
Definition at line 2925 of file thread.c.
Referenced by rb_wait_for_single_fd(), and select_single().
Definition at line 7727 of file io.c.
Referenced by rb_f_select(), rb_wait_for_single_fd(), select_call(), select_single(), and select_single_cleanup().
1.7.6.1