Ruby  2.1.10p492(2016-04-01revision54464)
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 8343 of file io.c.

Field Documentation

◆ as

union { ... } select_args::as

◆ error

int select_args::error

Definition at line 3736 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

◆ except [1/2]

rb_fdset_t* select_args::except

Definition at line 3740 of file thread.c.

◆ except [2/2]

VALUE select_args::except

◆ fd

int select_args::fd

Definition at line 3735 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

◆ fdsets

rb_fdset_t select_args::fdsets[4]

Definition at line 8346 of file io.c.

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

◆ read [1/2]

rb_fdset_t* select_args::read

Definition at line 3738 of file thread.c.

◆ read [2/2]

VALUE select_args::read

◆ timeout

struct timeval* select_args::timeout

Definition at line 8345 of file io.c.

Referenced by rb_f_select(), and select_call().

◆ tv

struct timeval* select_args::tv

Definition at line 3741 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

◆ write [1/2]

rb_fdset_t* select_args::write

Definition at line 3739 of file thread.c.

◆ write [2/2]

VALUE select_args::write

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