Lines Matching refs:LightSemaphore
23 s32 LightSemaphore::Release(s32 releaseCount /*= 1*/) in Release()
47 bool LightSemaphore::TryAcquire(fnd::TimeSpan timeout) in TryAcquire()
96 new (p) LightSemaphore(); in nnosLightSemaphoreInitialize()
97 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreInitialize()
104 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetMax()
111 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetCount()
117 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreRelease()
123 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreAcquire()
129 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreTryAcquire()
135 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreFinalize()
136 pLightSemaphore->~LightSemaphore(); in nnosLightSemaphoreFinalize()