Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp404 _max_num = max_num; in InitialPool()
449 if (_total_num >= _max_num) in AllocThread()
452 MTLOG_ERROR("total %d is outof max: %d", _total_num,_max_num); in AllocThread()
467 if(((int) default_thread_num * 2 )< _max_num){ in AllocThread()
H A Dmicro_thread.h393 int _max_num; variable