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

Data Fields

VALUE self
rb_mutex_t * mutex
rb_execution_context_t * ec

Detailed Description

Definition at line 287 of file thread_sync.c.

Field Documentation

◆ ec

rb_execution_context_t* mutex_args::ec

Definition at line 290 of file thread_sync.c.

◆ mutex

rb_mutex_t* mutex_args::mutex

Definition at line 289 of file thread_sync.c.

◆ self

VALUE mutex_args::self

Definition at line 288 of file thread_sync.c.


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