Home | History | Annotate | Download | only in dist

Lines Matching defs:hMutex

27423   HANDLE hMutex;          /* Mutex used to control access to shared lock */  
27683 pFile->hMutex = CreateMutexW(NULL, FALSE, zName);
27684 if (!pFile->hMutex){
27691 winceMutexAcquire(pFile->hMutex);
27724 winceMutexRelease(pFile->hMutex);
27725 CloseHandle(pFile->hMutex);
27726 pFile->hMutex = NULL;
27735 winceMutexRelease(pFile->hMutex);
27743 if (pFile->hMutex){
27745 winceMutexAcquire(pFile->hMutex);
27767 winceMutexRelease(pFile->hMutex);
27768 CloseHandle(pFile->hMutex);
27769 pFile->hMutex = NULL;
27789 if (!pFile->hMutex) return TRUE;
27790 winceMutexAcquire(pFile->hMutex);
27833 winceMutexRelease(pFile->hMutex);
27853 if (!pFile->hMutex) return TRUE;
27854 winceMutexAcquire(pFile->hMutex);
27895 winceMutexRelease(pFile->hMutex);