Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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 waiting_fd wfd
 
struct timevaltv
 

Detailed Description

Definition at line 9211 of file io.c.

Field Documentation

◆ 

union { ... } select_args::as

Referenced by rb_wait_for_single_fd().

◆ error

int select_args::error

Definition at line 4230 of file thread.c.

◆ except [1/2]

VALUE select_args::except

Definition at line 9212 of file io.c.

◆ except [2/2]

rb_fdset_t* select_args::except

Definition at line 4234 of file thread.c.

◆ fd

int select_args::fd

Definition at line 4229 of file thread.c.

Referenced by rb_wait_for_single_fd().

◆ fdsets

rb_fdset_t select_args::fdsets[4]

Definition at line 9214 of file io.c.

◆ read [1/2]

VALUE select_args::read

Definition at line 9212 of file io.c.

Referenced by rb_wait_for_single_fd().

◆ read [2/2]

rb_fdset_t* select_args::read

Definition at line 4232 of file thread.c.

◆ timeout

struct timeval* select_args::timeout

Definition at line 9213 of file io.c.

◆ tv

struct timeval* select_args::tv

Definition at line 4236 of file thread.c.

◆ wfd

struct waiting_fd select_args::wfd

Definition at line 4235 of file thread.c.

◆ write [1/2]

VALUE select_args::write

Definition at line 9212 of file io.c.

◆ write [2/2]

rb_fdset_t* select_args::write

Definition at line 4233 of file thread.c.


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