Home
last modified time | relevance | path

Searched defs:LockHolder (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Dmutex.h114 explicit LockHolder(Mutex &mtx) : lock_(mtx) in LockHolder() function
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.h156 explicit LockHolder(T &lock) ACQUIRE(lock) : lock_(lock) in LockHolder() function
/arkcompiler/ets_runtime/common_components/platform/
Dmutex.h99 explicit LockHolder(Mutex &mtx) : lock_(mtx) in LockHolder() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.h114 explicit LockHolder(EtsHandle<T> &hLock) : hLock_(hLock) in LockHolder() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.h170 explicit LockHolder(T &lock) ACQUIRE(lock) : lock_(lock) in LockHolder() function