Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
select_set Struct Reference

Data Fields

int max
 
int sigwait_fd
 
rb_thread_tth
 
rb_fdset_trset
 
rb_fdset_twset
 
rb_fdset_teset
 
rb_fdset_t orig_rset
 
rb_fdset_t orig_wset
 
rb_fdset_t orig_eset
 
struct timevaltimeout
 

Detailed Description

Definition at line 4186 of file thread.c.

Field Documentation

◆ eset

rb_fdset_t* select_set::eset

Definition at line 4192 of file thread.c.

Referenced by rb_thread_fd_select().

◆ max

int select_set::max

Definition at line 4187 of file thread.c.

Referenced by rb_thread_fd_select().

◆ orig_eset

rb_fdset_t select_set::orig_eset

Definition at line 4195 of file thread.c.

◆ orig_rset

rb_fdset_t select_set::orig_rset

Definition at line 4193 of file thread.c.

Referenced by rb_thread_fd_select().

◆ orig_wset

rb_fdset_t select_set::orig_wset

Definition at line 4194 of file thread.c.

◆ rset

rb_fdset_t* select_set::rset

Definition at line 4190 of file thread.c.

Referenced by rb_thread_fd_select().

◆ sigwait_fd

int select_set::sigwait_fd

Definition at line 4188 of file thread.c.

Referenced by rb_thread_fd_select().

◆ th

rb_thread_t* select_set::th

Definition at line 4189 of file thread.c.

Referenced by rb_thread_fd_select().

◆ timeout

struct timeval* select_set::timeout

Definition at line 4196 of file thread.c.

Referenced by rb_thread_fd_select().

◆ wset

rb_fdset_t* select_set::wset

Definition at line 4191 of file thread.c.

Referenced by rb_thread_fd_select().


The documentation for this struct was generated from the following file: