Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
waiting_fd Struct Reference

Data Fields

struct list_node wfd_node
 
rb_thread_tth
 
int fd
 

Detailed Description

Definition at line 136 of file thread.c.

Field Documentation

◆ fd

int waiting_fd::fd

Definition at line 139 of file thread.c.

Referenced by rb_notify_fd_close(), and rb_thread_io_blocking_region().

◆ th

rb_thread_t* waiting_fd::th

◆ wfd_node

struct list_node waiting_fd::wfd_node

Definition at line 137 of file thread.c.

Referenced by rb_notify_fd_close().


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