Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
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 10728 of file io.c.

Field Documentation

◆ error

int select_args::error

Definition at line 4414 of file thread.c.

◆ except [1/2]

VALUE select_args::except

Definition at line 10729 of file io.c.

◆ except [2/2]

rb_fdset_t* select_args::except

Definition at line 4418 of file thread.c.

◆ fd

int select_args::fd

Definition at line 4413 of file thread.c.

◆ fdsets

rb_fdset_t select_args::fdsets[4]

Definition at line 10731 of file io.c.

◆ read [1/2]

VALUE select_args::read

Definition at line 10729 of file io.c.

◆ read [2/2]

rb_fdset_t* select_args::read

Definition at line 4416 of file thread.c.

◆ timeout

struct timeval* select_args::timeout

Definition at line 10730 of file io.c.

◆ tv

struct timeval* select_args::tv

Definition at line 4420 of file thread.c.

◆ wfd

struct waiting_fd select_args::wfd

Definition at line 4419 of file thread.c.

◆ write [1/2]

VALUE select_args::write

Definition at line 10729 of file io.c.

◆ write [2/2]

rb_fdset_t* select_args::write

Definition at line 4417 of file thread.c.


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