Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp31 os::memory::Mutex CpuProfiler::synchronizationMutex_; member in panda::ecmascript::CpuProfiler
73 os::memory::LockHolder lock(synchronizationMutex_); in StartCpuProfilerForInfo()
132 os::memory::LockHolder lock(synchronizationMutex_); in StartCpuProfilerForFile()
384 os::memory::LockHolder lock(synchronizationMutex_); in GetStackSignalHandler()
Dcpu_profiler.h101 static os::memory::Mutex synchronizationMutex_;