Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
rb_waiting_list Struct Reference

Data Fields

struct rb_waiting_listnext
 
struct rb_thread_structthread
 
struct rb_fiber_structfiber
 

Detailed Description

Definition at line 898 of file vm_core.h.

Field Documentation

◆ fiber

struct rb_fiber_struct * rb_waiting_list::fiber

Definition at line 901 of file vm_core.h.

◆ next

struct rb_waiting_list * rb_waiting_list::next

Definition at line 899 of file vm_core.h.

◆ thread

struct rb_thread_struct * rb_waiting_list::thread

Definition at line 900 of file vm_core.h.


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