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_t * read
rb_fdset_t * write
rb_fdset_t * except
struct timevaltv

Detailed Description

Definition at line 8256 of file io.c.


Field Documentation

union { ... } select_args::as

Definition at line 3652 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

rb_fdset_t* select_args::except

Definition at line 3656 of file thread.c.

Definition at line 3651 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

rb_fdset_t select_args::fdsets[4]

Definition at line 8259 of file io.c.

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

rb_fdset_t* select_args::read

Definition at line 3654 of file thread.c.

struct timeval* select_args::timeout [read]

Definition at line 8258 of file io.c.

Referenced by rb_f_select(), and select_call().

struct timeval* select_args::tv [read]

Definition at line 3657 of file thread.c.

Referenced by rb_wait_for_single_fd(), and select_single().

rb_fdset_t* select_args::write

Definition at line 3655 of file thread.c.


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

Generated on 18 May 2020 for Ruby by  doxygen 1.6.1