Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp519 bool MtFrame::InitFrame(LogAdapter* logadpt, int max_thread_num) in InitFrame() argument
527 if ((this->InitKqueue(max_thread_num) < 0) || !this->InitialPool(max_thread_num)) in InitFrame()
533 if (_sleeplist.HeapResize(max_thread_num * 2) < 0) in InitFrame()
540 _timer = new CTimerMng(max_thread_num * 2); in InitFrame()
H A Dmicro_thread.h449 bool InitFrame(LogAdapter* logadpt = NULL, int max_thread_num = MAX_THREAD_NUM);