Searched refs:IsLocked (Results 1 – 5 of 5) sorted by relevance
134 bool IsLocked() const in IsLocked() function136 return m_Lock.IsLocked(); in IsLocked()
46 bool IsLocked() const in IsLocked() function
131 bool IsLocked() const in IsLocked() function266 void* GetObject() { NN_TASSERT_(IsLocked()); return m_pObject; } in GetObject()271 bool IsLocked() const { return m_AccessLockCounter.IsValid(); } in IsLocked() function
84 NN_TASSERTMSG_( m_Lock.IsLocked(), "CriticalSection is not entered."); in Leave()
313 bool IsLocked(int index) const in IsLocked() function