Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/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
Dos_InterCoreCriticalSection.h138 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