Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/os/
Dos_LightSemaphore.cpp59 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreInitialize() local
60 pLightSemaphore->Initialize(initialCount, maxCount); in nnosLightSemaphoreInitialize()
65 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetMax() local
66 return pLightSemaphore->GetMax(); in nnosLightSemaphoreGetMax()
71 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetCount() local
72 return pLightSemaphore->GetCount(); in nnosLightSemaphoreGetCount()
77 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreRelease() local
78 return pLightSemaphore->Release(releaseCount); in nnosLightSemaphoreRelease()
83 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreAcquire() local
84 pLightSemaphore->Acquire(); in nnosLightSemaphoreAcquire()
[all …]