Ruby  2.0.0p353(2013-11-22revision43784)
Data Fields
select_args Struct Reference

Data Fields

VALUE read
 
VALUE write
 
VALUE except
 
struct timevaltimeout
 
rb_fdset_t fdsets [4]
 
union {
   int   fd
 
   int   error
 
as
 
rb_fdset_tread
 
rb_fdset_twrite
 
rb_fdset_texcept
 
struct timevaltv
 

Detailed Description

Definition at line 8221 of file io.c.

Field Documentation

union { ... } select_args::as
int select_args::error

Definition at line 3644 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

rb_fdset_t* select_args::except

Definition at line 3648 of file thread.c.

VALUE select_args::except
int select_args::fd

Definition at line 3643 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

rb_fdset_t select_args::fdsets[4]

Definition at line 8224 of file io.c.

Referenced by rb_f_select(), select_call(), and select_end().

rb_fdset_t* select_args::read

Definition at line 3646 of file thread.c.

VALUE select_args::read
struct timeval* select_args::timeout

Definition at line 8223 of file io.c.

Referenced by rb_f_select(), and select_call().

struct timeval* select_args::tv

Definition at line 3649 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

rb_fdset_t* select_args::write

Definition at line 3647 of file thread.c.

VALUE select_args::write

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