Searched refs:pLightSemaphore (Results 1 – 1 of 1) sorted by relevance
59 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreInitialize() local60 pLightSemaphore->Initialize(initialCount, maxCount); in nnosLightSemaphoreInitialize()65 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetMax() local66 return pLightSemaphore->GetMax(); in nnosLightSemaphoreGetMax()71 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetCount() local72 return pLightSemaphore->GetCount(); in nnosLightSemaphoreGetCount()77 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreRelease() local78 return pLightSemaphore->Release(releaseCount); in nnosLightSemaphoreRelease()83 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreAcquire() local84 pLightSemaphore->Acquire(); in nnosLightSemaphoreAcquire()[all …]