Ruby 4.1.0dev (2026-01-09 revision 50b719115af8344888ef2735788ebc9f32c05a54)
Data Fields
rb_queue Struct Reference

Data Fields

struct ccan_list_head waitq
 
rb_serial_t fork_gen
 
long capa
 
long len
 
long offset
 
VALUEbuffer
 
int num_waiting
 

Detailed Description

Definition at line 669 of file thread_sync.c.

Field Documentation

◆ buffer

VALUE* rb_queue::buffer

Definition at line 675 of file thread_sync.c.

◆ capa

long rb_queue::capa

Definition at line 672 of file thread_sync.c.

◆ fork_gen

rb_serial_t rb_queue::fork_gen

Definition at line 671 of file thread_sync.c.

◆ len

long rb_queue::len

Definition at line 673 of file thread_sync.c.

◆ num_waiting

int rb_queue::num_waiting

Definition at line 676 of file thread_sync.c.

◆ offset

long rb_queue::offset

Definition at line 674 of file thread_sync.c.

◆ waitq

struct ccan_list_head rb_queue::waitq

Definition at line 670 of file thread_sync.c.


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