EVE 1.0
stack_pool_state_t Struct Reference

#include <thread.h>

Collaboration diagram for stack_pool_state_t:

Data Fields

struct dlist_t Head
 

Detailed Description

Stack pool state (dynanic)

Definition at line 89 of file thread.h.

Field Documentation

struct dlist_t stack_pool_state_t::Head

Linked list of allocated stacks

Definition at line 91 of file thread.h.