Ruby  2.0.0p645(2015-04-13revision50299)
Data Fields
rb_mutex_struct Struct Reference

Data Fields

rb_thread_lock_t lock
 
rb_thread_cond_t cond
 
struct rb_thread_struct volatile * th
 
int cond_waiting
 
struct rb_mutex_structnext_mutex
 
int allow_trap
 

Detailed Description

Definition at line 376 of file thread.c.

Field Documentation

int rb_mutex_struct::allow_trap

Definition at line 383 of file thread.c.

Referenced by rb_mutex_allow_trap(), and rb_mutex_lock().

rb_thread_cond_t rb_mutex_struct::cond

Definition at line 379 of file thread.c.

Referenced by lock_func(), lock_interrupt(), mutex_alloc(), mutex_free(), and rb_mutex_unlock_th().

int rb_mutex_struct::cond_waiting

Definition at line 381 of file thread.c.

Referenced by check_deadlock_i(), lock_func(), lock_interrupt(), and rb_mutex_unlock_th().

rb_thread_lock_t rb_mutex_struct::lock
struct rb_mutex_struct* rb_mutex_struct::next_mutex
struct rb_thread_struct volatile* rb_mutex_struct::th

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