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

Data Fields

rb_serial_t ec_serial
rb_thread_t * th
struct rb_mutex_structnext_mutex
struct ccan_list_head waitq

Detailed Description

Definition at line 9 of file thread_sync.c.

Field Documentation

◆ ec_serial

rb_serial_t rb_mutex_struct::ec_serial

Definition at line 10 of file thread_sync.c.

◆ next_mutex

struct rb_mutex_struct* rb_mutex_struct::next_mutex

Definition at line 12 of file thread_sync.c.

◆ th

rb_thread_t* rb_mutex_struct::th

Definition at line 11 of file thread_sync.c.

◆ waitq

struct ccan_list_head rb_mutex_struct::waitq

Definition at line 13 of file thread_sync.c.


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