Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_InterCoreLightSemaphore.cpp65 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreInitialize() local
66 pInterCoreLightSemaphore->Initialize(initialCount, maxCount); in nnosInterCoreLightSemaphoreInitialize()
72 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreGetMax() local
73 return pInterCoreLightSemaphore->GetMax(); in nnosInterCoreLightSemaphoreGetMax()
79 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreGetCount() local
80 return pInterCoreLightSemaphore->GetCount(); in nnosInterCoreLightSemaphoreGetCount()
85 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreRelease() local
86 return pInterCoreLightSemaphore->Release(releaseCount); in nnosInterCoreLightSemaphoreRelease()
91 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreAcquire() local
92 pInterCoreLightSemaphore->Acquire(); in nnosInterCoreLightSemaphoreAcquire()
[all …]