Searched refs:pMutex (Results 1 – 2 of 2) sorted by relevance
48 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexTryInitialize() local49 Result result = pMutex->TryInitialize(initialLocked); in nnosMutexTryInitialize()55 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexLock() local56 pMutex->Lock(); in nnosMutexLock()61 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexTryLock() local62 return pMutex->TryLock(TimeSpan::FromNanoSeconds(timeout)); in nnosMutexTryLock()67 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexUnlock() local68 pMutex->Unlock(); in nnosMutexUnlock()73 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexFinalize() local74 pMutex->~Mutex(); in nnosMutexFinalize()
37 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosHandleManagerAttachMutexHandle() local38 HandleManager::AttachHandle(pMutex, handle); in nnosHandleManagerAttachMutexHandle()43 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosHandleManagerDetachMutexHandle() local44 HandleManager::DetachHandle(pMutex); in nnosHandleManagerDetachMutexHandle()