Searched refs:LockedByCurrentThread (Results 1 – 1 of 1) 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