Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
sync_waiter Struct Reference

Data Fields

VALUE self
 
rb_thread_tth
 
rb_fiber_tfiber
 
struct list_node node
 

Detailed Description

Definition at line 15 of file thread_sync.c.

Field Documentation

◆ fiber

rb_fiber_t* sync_waiter::fiber

Definition at line 18 of file thread_sync.c.

◆ node

struct list_node sync_waiter::node

Definition at line 19 of file thread_sync.c.

◆ self

VALUE sync_waiter::self

Definition at line 16 of file thread_sync.c.

◆ th

rb_thread_t* sync_waiter::th

Definition at line 17 of file thread_sync.c.


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