Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
rb_fiber_t * | fiber |
struct rb_mutex_struct * | next_mutex |
struct list_head | waitq |
Definition at line 8 of file thread_sync.c.
rb_fiber_t* rb_mutex_struct::fiber |
Definition at line 9 of file thread_sync.c.
struct rb_mutex_struct* rb_mutex_struct::next_mutex |
Definition at line 10 of file thread_sync.c.
struct list_head rb_mutex_struct::waitq |
Definition at line 11 of file thread_sync.c.