Ruby 3.5.0dev (2025-02-22 revision 412997300569c1853c09813e4924b6df3d7e8669)
Data Fields
rb_io_close_wait_list Struct Reference

Data Fields

struct ccan_list_head pending_fd_users
 
VALUE closing_thread
 
VALUE closing_fiber
 
VALUE wakeup_mutex
 

Detailed Description

Definition at line 60 of file thread.h.

Field Documentation

◆ closing_fiber

VALUE rb_io_close_wait_list::closing_fiber

Definition at line 63 of file thread.h.

◆ closing_thread

VALUE rb_io_close_wait_list::closing_thread

Definition at line 62 of file thread.h.

◆ pending_fd_users

struct ccan_list_head rb_io_close_wait_list::pending_fd_users

Definition at line 61 of file thread.h.

◆ wakeup_mutex

VALUE rb_io_close_wait_list::wakeup_mutex

Definition at line 64 of file thread.h.


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