Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/os/
Dos_LightSemaphore.h189 while( ! TryAcquire() ) in Acquire()
204 bool TryAcquire() in TryAcquire() function
Dos_Semaphore.h135 bool TryAcquire(nn::fnd::TimeSpan timeout) { return this->WaitOne(timeout); } in TryAcquire() function
/CTR-SDK-0.13.2/sources/libraries/os/
Dos_Semaphore.cpp69 return pSemaphore->TryAcquire(TimeSpan::FromNanoSeconds(nanoSeconds)); in nnosSemaphoreTryAcquire()
Dos_LightSemaphore.cpp90 return pLightSemaphore->TryAcquire(); in nnosLightSemaphoreTryAcquire()
/CTR-SDK-0.13.2/include/nn/fnd/
Dfnd_WaitableUnitHeap.h78 if (m_Semaphore.TryAcquire()) in TryAllocate()