Ruby 3.5.0dev (2025-04-03 revision 29dafa5fc21343803127dda7d608f1f1f7908e7b)
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: