Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.h55 if (taskCounts_ + 1 < taskPoolSize) { in TryIncreaseTaskCounts()
56 taskCounts_++; in TryIncreaseTaskCounts()
67 taskCounts_--; in DecreaseTaskCounts()
157 static size_t taskCounts_; member in panda::ecmascript::ConcurrentMarker
H A Dconcurrent_marker.cpp22 size_t ConcurrentMarker::taskCounts_ = 0; member in panda::ecmascript::ConcurrentMarker

Completed in 1 milliseconds