Ruby 4.1.0dev (2026-03-02 revision 740bbddd2ff9b78f5eb3062cdbfcbd397d989f68)
Data Fields
monitor_args Struct Reference

Data Fields

VALUE monitor
 
struct rb_monitormc
 
rb_serial_t current_fiber_serial
 
rb_execution_context_tec
 

Detailed Description

Definition at line 1342 of file thread_sync.c.

Field Documentation

◆ current_fiber_serial

rb_serial_t monitor_args::current_fiber_serial

Definition at line 1345 of file thread_sync.c.

◆ ec

rb_execution_context_t* monitor_args::ec

Definition at line 1346 of file thread_sync.c.

◆ mc

struct rb_monitor* monitor_args::mc

Definition at line 1344 of file thread_sync.c.

◆ monitor

VALUE monitor_args::monitor

Definition at line 1343 of file thread_sync.c.


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