Searched refs:pMutex (Results 1 – 2 of 2) sorted by relevance
66 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexTryInitialize() local67 Result result = pMutex->TryInitialize(initialLocked); in nnosMutexTryInitialize()73 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexLock() local74 pMutex->Lock(); in nnosMutexLock()79 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexTryLock() local80 return pMutex->TryLock(TimeSpan::FromNanoSeconds(timeout)); in nnosMutexTryLock()85 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexUnlock() local86 pMutex->Unlock(); in nnosMutexUnlock()91 Mutex* pMutex = reinterpret_cast<Mutex*>(p); in nnosMutexFinalize() local92 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()