Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp403 _total_num = _freelist.size(); in InitialPool()
406 if (_total_num <= 0) in InitialPool()
427 _total_num = 0; in DestroyPool()
433 MT_ATTR_API_SET(492069, _total_num); in AllocThread()
449 if (_total_num >= _max_num) in AllocThread()
452 MTLOG_ERROR("total %d is outof max: %d", _total_num,_max_num); in AllocThread()
464 _total_num++; in AllocThread()
491 _total_num--; in FreeThread()
H A Dmicro_thread.h391 int _total_num; variable