Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_marker.h51 LockHolder holder(taskCountMutex_); in TryIncreaseTaskCounts()
64 LockHolder holder(taskCountMutex_); in DecreaseTaskCounts()
166 static Mutex taskCountMutex_; variable
Dconcurrent_marker.cpp34 Mutex ConcurrentMarker::taskCountMutex_; member in panda::ecmascript::ConcurrentMarker