Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_LightSemaphore.cpp64 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreInitialize() local
65 pLightSemaphore->Initialize(initialCount, maxCount); in nnosLightSemaphoreInitialize()
71 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetMax() local
72 return pLightSemaphore->GetMax(); in nnosLightSemaphoreGetMax()
78 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreGetCount() local
79 return pLightSemaphore->GetCount(); in nnosLightSemaphoreGetCount()
84 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreRelease() local
85 return pLightSemaphore->Release(releaseCount); in nnosLightSemaphoreRelease()
90 LightSemaphore* pLightSemaphore = reinterpret_cast<LightSemaphore*>(p); in nnosLightSemaphoreAcquire() local
91 pLightSemaphore->Acquire(); in nnosLightSemaphoreAcquire()
[all …]