Searched refs:pInterCoreLightSemaphore (Results 1 – 1 of 1) sorted by relevance
65 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreInitialize() local66 pInterCoreLightSemaphore->Initialize(initialCount, maxCount); in nnosInterCoreLightSemaphoreInitialize()72 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreGetMax() local73 return pInterCoreLightSemaphore->GetMax(); in nnosInterCoreLightSemaphoreGetMax()79 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreGetCount() local80 return pInterCoreLightSemaphore->GetCount(); in nnosInterCoreLightSemaphoreGetCount()85 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreRelease() local86 return pInterCoreLightSemaphore->Release(releaseCount); in nnosInterCoreLightSemaphoreRelease()91 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreAcquire() local92 pInterCoreLightSemaphore->Acquire(); in nnosInterCoreLightSemaphoreAcquire()[all …]