Ruby 3.5.0dev (2025-02-22 revision b17f984e4e903d3ece3013c1488279d1947dfc39)
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 690 of file thread_sync.c.

Field Documentation

◆ max

long rb_szqueue::max

Definition at line 694 of file thread_sync.c.

◆ num_waiting_push

int rb_szqueue::num_waiting_push

Definition at line 692 of file thread_sync.c.

◆ pushq

struct ccan_list_head rb_szqueue::pushq

Definition at line 693 of file thread_sync.c.

◆ q

struct rb_queue rb_szqueue::q

Definition at line 691 of file thread_sync.c.


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