Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.h379 bool InitialPool(int max_num);
H A Dmicro_thread.cpp387 bool ThreadPool::InitialPool(int max_num) in InitialPool() function in ThreadPool
527 if ((this->InitKqueue(max_thread_num) < 0) || !this->InitialPool(max_thread_num)) in InitFrame()