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 os::memory::LockHolder holder(taskCountMutex_); in TryIncreaseTaskCounts()
64 os::memory::LockHolder holder(taskCountMutex_); in DecreaseTaskCounts()
148 static os::memory::Mutex taskCountMutex_; variable
Dconcurrent_marker.cpp34 os::memory::Mutex ConcurrentMarker::taskCountMutex_; member in panda::ecmascript::ConcurrentMarker