Searched refs:pLightSemaphore (Results 1 – 1 of 1) sorted by relevance
97 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreInitialize() local98 pLightSemaphore->Initialize(initialCount, maxCount); in nnosLightSemaphoreInitialize()104 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetMax() local105 return pLightSemaphore->GetMax(); in nnosLightSemaphoreGetMax()111 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetCount() local112 return pLightSemaphore->GetCount(); in nnosLightSemaphoreGetCount()117 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreRelease() local118 return pLightSemaphore->Release(releaseCount); in nnosLightSemaphoreRelease()123 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreAcquire() local124 pLightSemaphore->Acquire(); in nnosLightSemaphoreAcquire()[all …]