|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
| int | max |
| int | sigwait_fd |
| rb_thread_t * | th |
| rb_fdset_t * | rset |
| rb_fdset_t * | wset |
| rb_fdset_t * | eset |
| rb_fdset_t | orig_rset |
| rb_fdset_t | orig_wset |
| rb_fdset_t | orig_eset |
| struct timeval * | timeout |
| rb_fdset_t* select_set::eset |
Definition at line 4192 of file thread.c.
Referenced by rb_thread_fd_select().
| int select_set::max |
Definition at line 4187 of file thread.c.
Referenced by rb_thread_fd_select().
| rb_fdset_t select_set::orig_eset |
| rb_fdset_t select_set::orig_rset |
Definition at line 4193 of file thread.c.
Referenced by rb_thread_fd_select().
| rb_fdset_t select_set::orig_wset |
| rb_fdset_t* select_set::rset |
Definition at line 4190 of file thread.c.
Referenced by rb_thread_fd_select().
| int select_set::sigwait_fd |
Definition at line 4188 of file thread.c.
Referenced by rb_thread_fd_select().
| rb_thread_t* select_set::th |
Definition at line 4189 of file thread.c.
Referenced by rb_thread_fd_select().
| struct timeval* select_set::timeout |
Definition at line 4196 of file thread.c.
Referenced by rb_thread_fd_select().
| rb_fdset_t* select_set::wset |
Definition at line 4191 of file thread.c.
Referenced by rb_thread_fd_select().