Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
rb_mutex_struct Struct Reference

Data Fields

rb_thread_tth
 
struct rb_mutex_structnext_mutex
 
struct list_head waitq
 

Detailed Description

Definition at line 44 of file thread_sync.c.

Field Documentation

◆ next_mutex

struct rb_mutex_struct* rb_mutex_struct::next_mutex

Definition at line 46 of file thread_sync.c.

Referenced by rb_threadptr_unlock_all_locking_mutexes().

◆ th

rb_thread_t* rb_mutex_struct::th

Definition at line 45 of file thread_sync.c.

◆ waitq

struct list_head rb_mutex_struct::waitq

Definition at line 47 of file thread_sync.c.


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