Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dlocks.cpp62 Thread::GetCurrent()->SetLockState(RDLOCK); in ReadLock()
70 Thread::GetCurrent()->SetLockState(WRLOCK); in WriteLock()
78 Thread::GetCurrent()->SetLockState(RDLOCK); in TryReadLock()
88 Thread::GetCurrent()->SetLockState(WRLOCK); in TryWriteLock()
98 Thread::GetCurrent()->SetLockState(UNLOCKED); in Unlock()
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h322 void SetLockState(MutatorLock::MutatorLockState state) in SetLockState() function