Searched refs:pSemaphore (Results 1 – 2 of 2) sorted by relevance
49 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreTryInitialize() local50 Result result = pSemaphore->TryInitialize(initialCount, maxCount); in nnosSemaphoreTryInitialize()56 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreRelease() local57 return pSemaphore->Release(releaseCount); in nnosSemaphoreRelease()62 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreAcquire() local63 pSemaphore->Acquire(); in nnosSemaphoreAcquire()68 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreTryAcquire() local69 return pSemaphore->TryAcquire(TimeSpan::FromNanoSeconds(nanoSeconds)); in nnosSemaphoreTryAcquire()74 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreFinalize() local75 pSemaphore->~Semaphore(); in nnosSemaphoreFinalize()
49 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosHandleManagerAttachSemaphoreHandle() local50 HandleManager::AttachHandle(pSemaphore, handle); in nnosHandleManagerAttachSemaphoreHandle()55 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosHandleManagerDetachSemaphoreHandle() local56 HandleManager::DetachHandle(pSemaphore); in nnosHandleManagerDetachSemaphoreHandle()