Searched refs:totalThreadCount (Results 1 – 3 of 3) sorted by relevance
85 …auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; // gc thread and… in Mark() local86 for (uint32_t i = 0; i < totalThreadCount; i++) { in Mark()98 auto totalThreadCount = static_cast<uint32_t>( in Sweep() local100 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
109 uint32_t totalThreadCount = 1; // 1 : mainthread in Sweep() local111 totalThreadCount += Taskpool::GetCurrentTaskpool()->GetTotalThreadNum(); in Sweep()113 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
287 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local288 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()