Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.h369 static unsigned int default_stack_size; variable
376 default_stack_size = (size + MEM_PAGE_SIZE - 1) / MEM_PAGE_SIZE * MEM_PAGE_SIZE; in SetDefaultStackSize()
H A Dmicro_thread.cpp46 _stack_size = stack_size ? stack_size : ThreadPool::default_stack_size; in Thread()
385 unsigned int ThreadPool::default_stack_size = DEFAULT_STACK_SIZE; ///< 128k stack. member in ThreadPool