Home
last modified time | relevance | path

Searched refs:_stk_size (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.h93 int _stk_size; member
H A Dmicro_thread.cpp85 _stack->_stk_size = _stack_size; in InitStack()
87 _stack->_stk_top = _stack->_stk_bottom + _stack->_stk_size; in InitStack()