Searched refs:TryAcquire (Results 1 – 7 of 7) sorted by relevance
212 while( ! TryAcquire() ) in Acquire()229 bool TryAcquire() in TryAcquire() function267 …: m_Semaphore(wait ? (semaphore.Acquire(), &semaphore) : (semaphore.TryAcquire() ? &semaphore : 0)…
213 while( ! TryAcquire() ) in Acquire()230 bool TryAcquire() in TryAcquire() function270 …: m_Semaphore(wait ? (semaphore.Acquire(), &semaphore) : (semaphore.TryAcquire() ? &semaphore : 0)…
139 bool TryAcquire(nn::fnd::TimeSpan timeout) { return this->WaitOne(timeout); } in TryAcquire() function
69 return pSemaphore->TryAcquire(TimeSpan::FromNanoSeconds(nanoSeconds)); in nnosSemaphoreTryAcquire()
98 return pInterCoreLightSemaphore->TryAcquire(); in nnosInterCoreLightSemaphoreTryAcquire()
97 return pLightSemaphore->TryAcquire(); in nnosLightSemaphoreTryAcquire()
78 if (m_Semaphore.TryAcquire()) in TryAllocate()