Home
last modified time | relevance | path

Searched refs:IsLocked (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_CriticalSection.h134 bool IsLocked() const in IsLocked() function
136 return m_Lock.IsLocked(); in IsLocked()
Dos_SimpleLock.h46 bool IsLocked() const in IsLocked() function
/CTR-SDK-4.2.5/include/nn/fslow/
Dfslow_SafeHandle.h131 bool IsLocked() const in IsLocked() function
266 void* GetObject() { NN_TASSERT_(IsLocked()); return m_pObject; } in GetObject()
271 bool IsLocked() const { return m_AccessLockCounter.IsValid(); } in IsLocked() function
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_CriticalSection.cpp84 NN_TASSERTMSG_( m_Lock.IsLocked(), "CriticalSection is not entered."); in Leave()
/CTR-SDK-4.2.5/include/nn/font/
Dfont_PackedFont.h313 bool IsLocked(int index) const in IsLocked() function