Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
rb_monitor Struct Reference

Data Fields

long count
 
const VALUE owner
 
const VALUE mutex
 

Detailed Description

Definition at line 5 of file monitor.c.

Field Documentation

◆ count

long rb_monitor::count

Definition at line 6 of file monitor.c.

◆ mutex

const VALUE rb_monitor::mutex

Definition at line 8 of file monitor.c.

◆ owner

const VALUE rb_monitor::owner

Definition at line 7 of file monitor.c.


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