Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
rb_mutex_struct Struct Reference

Data Fields

rb_fiber_tfiber
 
struct rb_mutex_structnext_mutex
 
struct ccan_list_head waitq
 

Detailed Description

Definition at line 9 of file thread_sync.c.

Field Documentation

◆ fiber

rb_fiber_t* rb_mutex_struct::fiber

Definition at line 10 of file thread_sync.c.

◆ next_mutex

struct rb_mutex_struct* rb_mutex_struct::next_mutex

Definition at line 11 of file thread_sync.c.

◆ waitq

struct ccan_list_head rb_mutex_struct::waitq

Definition at line 12 of file thread_sync.c.


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