Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp399 const uint32_t runningWorkers = std::min<uint32_t>(GetGCThreadCount(true), taskList.size()); in ParallelRemarkAndPreforward() local
726 const uint32_t runningWorkers = GetGCThreadCount(true) - 1; in ParallelFixHeap() local