Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/os/
Dos_CriticalSection.h150 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