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()
97 uint32_t totalThreadCount = 1; // 1 : mainthread in Sweep() local99 totalThreadCount += Taskpool::GetCurrentTaskpool()->GetTotalThreadNum(); in Sweep()101 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
253 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local254 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()