Ruby 3.5.0dev (2025-11-03 revision 4a3d8346a6d0e068508631541f6bc43e8b154ea1)
Data Fields
rb_szqueue Struct Reference

Data Fields

struct rb_queue q
 
int num_waiting_push
 
struct ccan_list_head pushq
 
long max
 

Detailed Description

Definition at line 732 of file thread_sync.c.

Field Documentation

◆ max

long rb_szqueue::max

Definition at line 736 of file thread_sync.c.

◆ num_waiting_push

int rb_szqueue::num_waiting_push

Definition at line 734 of file thread_sync.c.

◆ pushq

struct ccan_list_head rb_szqueue::pushq

Definition at line 735 of file thread_sync.c.

◆ q

struct rb_queue rb_szqueue::q

Definition at line 733 of file thread_sync.c.


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