Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
sync_waiter Struct Reference

Data Fields

VALUE self
rb_thread_t * th
rb_fiber_t * fiber
struct ccan_list_node node

Detailed Description

Definition at line 17 of file thread_sync.c.

Field Documentation

◆ fiber

rb_fiber_t* sync_waiter::fiber

Definition at line 20 of file thread_sync.c.

◆ node

struct ccan_list_node sync_waiter::node

Definition at line 21 of file thread_sync.c.

◆ self

VALUE sync_waiter::self

Definition at line 18 of file thread_sync.c.

◆ th

rb_thread_t* sync_waiter::th

Definition at line 19 of file thread_sync.c.


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