Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp87 _stack->_stk_top = _stack->_stk_bottom + _stack->_stk_size; in InitStack()
89 _stack->valgrind_id = VALGRIND_STACK_REGISTER(_stack->_stk_bottom, _stack->_stk_top); in InitStack()
91 _stack->_esp = _stack->_stk_top - STACK_PAD_SIZE; in InitStack()
94 mprotect(_stack->_stk_top, MEM_PAGE_SIZE, PROT_NONE); in InitStack()
197 if (esp > _stack->_stk_bottom && esp < _stack->_stk_top) in CheckStackHealth()
H A Dmicro_thread.h98 char *_stk_top; member