Home
last modified time | relevance | path

Searched refs:pLightSemaphore (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightSemaphore.cpp97 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreInitialize() local
98 pLightSemaphore->Initialize(initialCount, maxCount); in nnosLightSemaphoreInitialize()
104 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetMax() local
105 return pLightSemaphore->GetMax(); in nnosLightSemaphoreGetMax()
111 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetCount() local
112 return pLightSemaphore->GetCount(); in nnosLightSemaphoreGetCount()
117 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreRelease() local
118 return pLightSemaphore->Release(releaseCount); in nnosLightSemaphoreRelease()
123 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreAcquire() local
124 pLightSemaphore->Acquire(); in nnosLightSemaphoreAcquire()
[all …]