EVE 1.0
stack_pool_t Struct Reference

#include <thread.h>

Collaboration diagram for stack_pool_t:

Data Fields

struct stack_pool_state_tState
 
uint32_t * Arena
 
uint32_t ArenaSize
 

Detailed Description

Stack pool instance (constant)

Definition at line 98 of file thread.h.

Field Documentation

struct stack_pool_state_t* stack_pool_t::State

Pointer to the state of the stack pool

Definition at line 100 of file thread.h.

uint32_t* stack_pool_t::Arena

Pointer to the memory buffer allocated for the pool

Definition at line 101 of file thread.h.

uint32_t stack_pool_t::ArenaSize

Size of the stack pool memory buffer

Definition at line 102 of file thread.h.