Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
fiber_pool Struct Reference

Data Fields

struct fiber_pool_allocationallocations
 
struct fiber_pool_vacancyvacancies
 
size_t size
 
size_t count
 
size_t initial_count
 
int free_stacks
 
size_t used
 
size_t vm_stack_size
 

Detailed Description

Definition at line 161 of file cont.c.

Field Documentation

◆ allocations

struct fiber_pool_allocation* fiber_pool::allocations

Definition at line 163 of file cont.c.

◆ count

size_t fiber_pool::count

Definition at line 172 of file cont.c.

◆ free_stacks

int fiber_pool::free_stacks

Definition at line 178 of file cont.c.

Referenced by Init_Cont().

◆ initial_count

size_t fiber_pool::initial_count

Definition at line 175 of file cont.c.

◆ size

size_t fiber_pool::size

Definition at line 169 of file cont.c.

◆ used

size_t fiber_pool::used

Definition at line 181 of file cont.c.

◆ vacancies

struct fiber_pool_vacancy* fiber_pool::vacancies

Definition at line 166 of file cont.c.

◆ vm_stack_size

size_t fiber_pool::vm_stack_size

Definition at line 184 of file cont.c.

Referenced by Init_Cont().


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