Home
last modified time | relevance | path

Searched defs:totalThreadCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp86 …auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; // gc thread and… in Mark() local
98 auto totalThreadCount = static_cast<uint32_t>( in Sweep() local
Dfull_gc.cpp97 uint32_t totalThreadCount = 1; // 1 : mainthread in Sweep() local
Dparallel_evacuator.cpp244 auto totalThreadCount = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum() + 1; in UpdateRecordWeakReference() local