Searched refs:totalThreadCount (Results 1 – 5 of 5) sorted by relevance
74 …auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; // gc thread and… in Mark() local75 for (uint32_t i = 0; i < totalThreadCount; i++) { in Mark()87 auto totalThreadCount = static_cast<uint32_t>( in Sweep() local89 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
115 uint32_t totalThreadCount = 1; // 1 : mainthread in Sweep() local117 totalThreadCount += Taskpool::GetCurrentTaskpool()->GetTotalThreadNum(); in Sweep()119 for (uint32_t i = 0; i < totalThreadCount; i++) { in Sweep()
292 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local293 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()366 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReferenceOpt() local367 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReferenceOpt()
133 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local134 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()
142 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local143 for (uint32_t i = 0; i < totalThreadCount; i++) { in UpdateRecordWeakReference()