Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_CriticalSection.cpp47 if( ! LockedByCurrentThread() ) in Enter()
63 if( ! LockedByCurrentThread() ) in TryEnter()
80 …NN_TASSERTMSG_(LockedByCurrentThread() && m_LockCount > 0, "CriticalSection is not entered on the … in Leave()
/CTR-SDK-4.2.5/include/nn/os/
Dos_CriticalSection.h171 bool LockedByCurrentThread() const in LockedByCurrentThread() function