Ruby 4.1.0dev (2026-08-15 revision d1c079751b80352d347452c8d134ffb177838adb)
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 663 of file thread_sync.c.

Field Documentation

◆ buffer

VALUE* rb_queue::buffer

Definition at line 669 of file thread_sync.c.

◆ capa

long rb_queue::capa

Definition at line 666 of file thread_sync.c.

◆ fork_gen

rb_serial_t rb_queue::fork_gen

Definition at line 665 of file thread_sync.c.

◆ len

long rb_queue::len

Definition at line 667 of file thread_sync.c.

◆ num_waiting

int rb_queue::num_waiting

Definition at line 670 of file thread_sync.c.

◆ offset

long rb_queue::offset

Definition at line 668 of file thread_sync.c.

◆ waitq

struct ccan_list_head rb_queue::waitq

Definition at line 664 of file thread_sync.c.


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