Searched refs:LockedByCurrentThread (Results 1 – 2 of 2) sorted by relevance
150 if (!LockedByCurrentThread() && !TryEnterImpl()) in Enter()167 if (LockedByCurrentThread() || TryEnterImpl()) in TryEnter()186 …NN_TASSERTMSG_(LockedByCurrentThread() && m_LockCount > 0, "CriticalSection is not entered on the … in Leave()265 bool LockedByCurrentThread() const in LockedByCurrentThread() function
138 if (!LockedByCurrentThread() && !TryEnterImpl()) in Enter()155 if (LockedByCurrentThread() || TryEnterImpl()) in TryEnter()174 …NN_TASSERTMSG_(LockedByCurrentThread() && m_LockCount > 0, "InterCoreCriticalSection is not entere… in Leave()257 bool LockedByCurrentThread() const in LockedByCurrentThread() function