Searched refs:pSemaphore (Results 1 – 2 of 2) sorted by relevance
67 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreTryInitialize() local68 Result result = pSemaphore->TryInitialize(initialCount, maxCount); in nnosSemaphoreTryInitialize()74 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreRelease() local75 return pSemaphore->Release(releaseCount); in nnosSemaphoreRelease()80 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreAcquire() local81 pSemaphore->Acquire(); in nnosSemaphoreAcquire()86 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreTryAcquire() local87 return pSemaphore->TryAcquire(TimeSpan::FromNanoSeconds(nanoSeconds)); in nnosSemaphoreTryAcquire()92 Semaphore* pSemaphore = reinterpret_cast<Semaphore*>(p); in nnosSemaphoreFinalize() local93 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()