Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
select_args Struct Reference

Data Fields

VALUE read
 
VALUE write
 
VALUE except
 
struct timeval * timeout
 
rb_fdset_t fdsets [4]
 
struct rb_io * io
 
struct rb_io_blocking_operation * blocking_operation
 
union { 
 
   int   fd 
 
   int   error 
 
} as 
 
rb_fdset_t * read
 
rb_fdset_t * write
 
rb_fdset_t * except
 
struct timeval * tv
 

Detailed Description

Definition at line 11108 of file io.c.

Field Documentation

◆ blocking_operation

struct rb_io_blocking_operation* select_args::blocking_operation

Definition at line 5043 of file thread.c.

◆ error

int select_args::error

Definition at line 5047 of file thread.c.

◆ except [1/2]

VALUE select_args::except

Definition at line 11109 of file io.c.

◆ except [2/2]

rb_fdset_t* select_args::except

Definition at line 5051 of file thread.c.

◆ fd

int select_args::fd

Definition at line 5046 of file thread.c.

◆ fdsets

rb_fdset_t select_args::fdsets[4]

Definition at line 11111 of file io.c.

◆ io

struct rb_io* select_args::io

Definition at line 5042 of file thread.c.

◆ read [1/2]

VALUE select_args::read

Definition at line 11109 of file io.c.

◆ read [2/2]

rb_fdset_t* select_args::read

Definition at line 5049 of file thread.c.

◆ timeout

struct timeval* select_args::timeout

Definition at line 11110 of file io.c.

◆ tv

struct timeval* select_args::tv

Definition at line 5052 of file thread.c.

◆ write [1/2]

VALUE select_args::write

Definition at line 11109 of file io.c.

◆ write [2/2]

rb_fdset_t* select_args::write

Definition at line 5050 of file thread.c.


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