Ruby 3.4.9p82 (2026-03-11 revision 76cca827ab52ab1d346a728f068d5b8da3e2952b)
rb_waiting_list Struct Reference

Data Fields

struct rb_waiting_listnext
struct rb_thread_structthread
struct rb_fiber_structfiber

Detailed Description

Definition at line 1016 of file vm_core.h.

Field Documentation

◆ fiber

struct rb_fiber_struct* rb_waiting_list::fiber

Definition at line 1019 of file vm_core.h.

◆ next

struct rb_waiting_list* rb_waiting_list::next

Definition at line 1017 of file vm_core.h.

◆ thread

struct rb_thread_struct* rb_waiting_list::thread

Definition at line 1018 of file vm_core.h.


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