Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
struct rb_thread_struct volatile * | th |
struct rb_mutex_struct * | next_mutex |
struct list_head | waitq |
Definition at line 47 of file thread_sync.c.
struct rb_mutex_struct* rb_mutex_struct::next_mutex |
Definition at line 49 of file thread_sync.c.
Referenced by rb_threadptr_unlock_all_locking_mutexes().
struct rb_thread_struct volatile* rb_mutex_struct::th |
Definition at line 48 of file thread_sync.c.
Referenced by rb_mutex_lock(), rb_mutex_locked_p(), rb_mutex_owned_p(), rb_mutex_trylock(), and rb_thread_shield_wait().
struct list_head rb_mutex_struct::waitq |
Definition at line 50 of file thread_sync.c.