Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
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: