Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dlocks.cpp62 Thread::GetCurrent()->SetLockState(RDLOCK); in ReadLock()
78 Thread::GetCurrent()->SetLockState(RDLOCK); in TryReadLock()
109 return state == RDLOCK || state == WRLOCK; in HasLock()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlocks.h27 enum MutatorLockState { UNLOCKED, RDLOCK, WRLOCK }; enumerator