Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
waiting_fd Struct Reference

Data Fields

struct list_node wfd_node
 
rb_thread_tth
 
int fd
 

Detailed Description

Definition at line 152 of file thread.c.

Field Documentation

◆ fd

int waiting_fd::fd

Definition at line 155 of file thread.c.

Referenced by rb_notify_fd_close(), and rb_thread_wait_for_single_fd().

◆ th

rb_thread_t* waiting_fd::th

Definition at line 154 of file thread.c.

Referenced by rb_notify_fd_close(), and rb_thread_wait_for_single_fd().

◆ wfd_node

struct list_node waiting_fd::wfd_node

Definition at line 153 of file thread.c.

Referenced by rb_notify_fd_close(), and rb_thread_wait_for_single_fd().


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