Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
rb_waiting_list Struct Reference

Data Fields

struct rb_waiting_listnext
struct rb_thread_structthread
struct rb_fiber_structfiber

Detailed Description

Definition at line 1028 of file vm_core.h.

Field Documentation

◆ fiber

struct rb_fiber_struct* rb_waiting_list::fiber

Definition at line 1031 of file vm_core.h.

◆ next

struct rb_waiting_list* rb_waiting_list::next

Definition at line 1029 of file vm_core.h.

◆ thread

struct rb_thread_struct* rb_waiting_list::thread

Definition at line 1030 of file vm_core.h.


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