Home
last modified time | relevance | path

Searched refs:TryEnterImpl (Results 1 – 4 of 4) 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()
222 bool TryEnterImpl() in TryEnterImpl() function
Dos_InterCoreCriticalSection.h138 if (!LockedByCurrentThread() && !TryEnterImpl()) in Enter()
155 if (LockedByCurrentThread() || TryEnterImpl()) in TryEnter()
212 bool TryEnterImpl() in TryEnterImpl() function
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_InterCoreCriticalSection.cpp40 if( TryEnterImpl() ) in EnterImpl()
Dos_CriticalSection.cpp40 if( TryEnterImpl() ) in EnterImpl()