Ruby 4.1.0dev (2026-04-04 revision 892991bdc1a5068d74a8597cd0ccf3092afffabf)
Data Fields
fiber_pool Struct Reference

Data Fields

struct fiber_pool_allocationallocations
 
struct fiber_pool_vacancyvacancies
 
size_t size
 
size_t count
 
size_t minimum_count
 
size_t maximum_count
 
int free_stacks
 
size_t used
 
size_t vm_stack_size
 

Detailed Description

Definition at line 183 of file cont.c.

Field Documentation

◆ allocations

struct fiber_pool_allocation* fiber_pool::allocations

Definition at line 185 of file cont.c.

◆ count

size_t fiber_pool::count

Definition at line 194 of file cont.c.

◆ free_stacks

int fiber_pool::free_stacks

Definition at line 206 of file cont.c.

◆ maximum_count

size_t fiber_pool::maximum_count

Definition at line 201 of file cont.c.

◆ minimum_count

size_t fiber_pool::minimum_count

Definition at line 197 of file cont.c.

◆ size

size_t fiber_pool::size

Definition at line 191 of file cont.c.

◆ used

size_t fiber_pool::used

Definition at line 209 of file cont.c.

◆ vacancies

struct fiber_pool_vacancy* fiber_pool::vacancies

Definition at line 188 of file cont.c.

◆ vm_stack_size

size_t fiber_pool::vm_stack_size

Definition at line 212 of file cont.c.


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