Home
last modified time | relevance | path

Searched defs:TryAcquire (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_Semaphore.h141 bool TryAcquire(nn::fnd::TimeSpan timeout) { return this->WaitOne(timeout); } in TryAcquire() function
Dos_LightSemaphore.h234 bool TryAcquire() in TryAcquire() function
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightSemaphore.cpp47 bool LightSemaphore::TryAcquire(fnd::TimeSpan timeout) in TryAcquire() function in nn::os::LightSemaphore