Home
last modified time | relevance | path

Searched defs:WriteLockHolder (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Dmutex.h143 explicit WriteLockHolder(RWLock &lock) : lock_(lock) in WriteLockHolder() function
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.h204 explicit WriteLockHolder(T &lock) ACQUIRE(lock) : lock_(lock) in WriteLockHolder() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.h204 explicit WriteLockHolder(T &lock) ACQUIRE(lock) : lock_(lock) in WriteLockHolder() function