Ruby 3.5.0dev (2025-04-26 revision e0545a02503983e8824d0fb5972c15d51093d927)
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: