Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
rb_io_close_wait_list Struct Reference

Data Fields

struct ccan_list_head pending_fd_users
 
VALUE closing_thread
 
VALUE wakeup_mutex
 

Detailed Description

Definition at line 57 of file thread.h.

Field Documentation

◆ 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 60 of file thread.h.


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