Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp46 _stack_size = stack_size ? stack_size : ThreadPool::default_stack_size; in Thread()
70 int memsize = MEM_PAGE_SIZE*2 + _stack_size; in InitStack()
85 _stack->_stk_size = _stack_size; in InitStack()
H A Dmicro_thread.h161 int _stack_size; variable