Home
last modified time | relevance | path

Searched refs:taskPoolSize (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.h51 size_t taskPoolSize = Taskpool::GetCurrentTaskpool()->GetTotalThreadNum(); in TryIncreaseTaskCounts() local
54 // total counts of running concurrent mark tasks should be less than taskPoolSize in TryIncreaseTaskCounts()
55 if (taskCounts_ + 1 < taskPoolSize) { in TryIncreaseTaskCounts()

Completed in 2 milliseconds