Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
rb_waiting_list Struct Reference

Data Fields

struct rb_waiting_listnext
 
struct rb_thread_structthread
 
struct rb_fiber_structfiber
 

Detailed Description

Definition at line 893 of file vm_core.h.

Field Documentation

◆ fiber

struct rb_fiber_struct* rb_waiting_list::fiber

Definition at line 896 of file vm_core.h.

◆ next

struct rb_waiting_list* rb_waiting_list::next

Definition at line 894 of file vm_core.h.

◆ thread

struct rb_thread_struct* rb_waiting_list::thread

Definition at line 895 of file vm_core.h.


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