Home
last modified time | relevance | path

Searched refs:taskCounts_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_marker.h53 if (taskCounts_ + 1 < taskPoolSize) { in TryIncreaseTaskCounts()
54 taskCounts_++; in TryIncreaseTaskCounts()
65 taskCounts_--; in DecreaseTaskCounts()
165 static size_t taskCounts_; variable
Dconcurrent_marker.cpp33 size_t ConcurrentMarker::taskCounts_ = 0; member in panda::ecmascript::ConcurrentMarker