Home
last modified time | relevance | path

Searched refs:TryEnterImpl (Results 1 – 2 of 2) 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()
222 bool TryEnterImpl() in TryEnterImpl() function
/CTR-SDK-0.13.2/sources/libraries/os/
Dos_CriticalSection.cpp40 if( TryEnterImpl() ) in EnterImpl()