Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
mutex_args Struct Reference

Data Fields

VALUE self
 
rb_mutex_t * mutex
 
rb_execution_context_t * ec
 

Detailed Description

Definition at line 263 of file thread_sync.c.

Field Documentation

◆ ec

rb_execution_context_t* mutex_args::ec

Definition at line 266 of file thread_sync.c.

◆ mutex

rb_mutex_t* mutex_args::mutex

Definition at line 265 of file thread_sync.c.

◆ self

VALUE mutex_args::self

Definition at line 264 of file thread_sync.c.


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