Searched refs:_total_num (Results 1 – 2 of 2) sorted by relevance
403 _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()
391 int _total_num; variable