Ruby 3.5.0dev (2025-04-26 revision b1283b45e6246a85ce34be54e5806fb0ca2e3d2d)
Data Fields
waiting_fd Struct Reference

Data Fields

struct ccan_list_node wfd_node
 
rb_thread_tth
 
int fd
 
struct rb_io_close_wait_listbusy
 

Detailed Description

Definition at line 152 of file thread.c.

Field Documentation

◆ busy

struct rb_io_close_wait_list* waiting_fd::busy

Definition at line 156 of file thread.c.

◆ fd

int waiting_fd::fd

Definition at line 155 of file thread.c.

◆ th

rb_thread_t* waiting_fd::th

Definition at line 154 of file thread.c.

◆ wfd_node

struct ccan_list_node waiting_fd::wfd_node

Definition at line 153 of file thread.c.


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