Searched refs:pLightSemaphore (Results 1 – 1 of 1) sorted by relevance
64 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreInitialize() local65 pLightSemaphore->Initialize(initialCount, maxCount); in nnosLightSemaphoreInitialize()71 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetMax() local72 return pLightSemaphore->GetMax(); in nnosLightSemaphoreGetMax()78 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetCount() local79 return pLightSemaphore->GetCount(); in nnosLightSemaphoreGetCount()84 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreRelease() local85 return pLightSemaphore->Release(releaseCount); in nnosLightSemaphoreRelease()90 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreAcquire() local91 pLightSemaphore->Acquire(); in nnosLightSemaphoreAcquire()[all …]