Searched refs:TryAcquire (Results 1 – 5 of 5) sorted by relevance
47 bool LightSemaphore::TryAcquire(fnd::TimeSpan timeout) in TryAcquire() function in nn::os::LightSemaphore49 if( TryAcquire() ) in TryAcquire()75 } while( ! TryAcquire() ); in TryAcquire()130 return pLightSemaphore->TryAcquire(); in nnosLightSemaphoreTryAcquire()
87 return pSemaphore->TryAcquire(TimeSpan::FromNanoSeconds(nanoSeconds)); in nnosSemaphoreTryAcquire()
215 while( ! TryAcquire() ) in Acquire()234 bool TryAcquire() in TryAcquire() function256 bool TryAcquire(fnd::TimeSpan timeout);290 …: m_Semaphore(wait ? (semaphore.Acquire(), &semaphore) : (semaphore.TryAcquire() ? &semaphore : 0)…
141 bool TryAcquire(nn::fnd::TimeSpan timeout) { return this->WaitOne(timeout); } in TryAcquire() function
78 if (m_Semaphore.TryAcquire()) in TryAllocate()