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

Data Fields

VALUE monitor
 
struct rb_monitor * mc
 
rb_serial_t current_fiber_serial
 
rb_execution_context_t * ec
 

Detailed Description

Definition at line 1336 of file thread_sync.c.

Field Documentation

◆ current_fiber_serial

rb_serial_t monitor_args::current_fiber_serial

Definition at line 1339 of file thread_sync.c.

◆ ec

rb_execution_context_t* monitor_args::ec

Definition at line 1340 of file thread_sync.c.

◆ mc

struct rb_monitor* monitor_args::mc

Definition at line 1338 of file thread_sync.c.

◆ monitor

VALUE monitor_args::monitor

Definition at line 1337 of file thread_sync.c.


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