Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
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 57 of file thread.h.

Field Documentation

◆ closing_fiber

VALUE rb_io_close_wait_list::closing_fiber

Definition at line 60 of file thread.h.

◆ closing_thread

VALUE rb_io_close_wait_list::closing_thread

Definition at line 59 of file thread.h.

◆ pending_fd_users

struct ccan_list_head rb_io_close_wait_list::pending_fd_users

Definition at line 58 of file thread.h.

◆ wakeup_mutex

VALUE rb_io_close_wait_list::wakeup_mutex

Definition at line 61 of file thread.h.


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