Searched defs:hMutex (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A Dwin_ce_semaphore.h5 HANDLE hMutex; member in struct:_SYNCH_HANDLE_STRUCTURE
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslmutex.c346 HANDLE hMutex; local
366 if (!pMutex || ((hMutex = pMutex->u.sslMutx) != 0 &&
367 hMutex != INVALID_HANDLE_VALUE)) {
372 hMutex = CreateMutex(&attributes, FALSE, NULL);
373 if (hMutex == NULL) {
374 hMutex = INVALID_HANDLE_VALUE;
378 pMutex->u.sslMutx = hMutex;
385 HANDLE hMutex; local
402 if (!pMutex || (hMutex = pMutex->u.sslMutx) == 0
403 || hMutex
423 HANDLE hMutex; local
453 HANDLE hMutex; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c114 HANDLE hMutex; /* Mutex used to control access to shared lock */ member in struct:winFile
375 pFile->hMutex = CreateMutexW(NULL, FALSE, zName);
376 if (!pFile->hMutex){
383 winceMutexAcquire(pFile->hMutex);
416 winceMutexRelease(pFile->hMutex);
417 CloseHandle(pFile->hMutex);
418 pFile->hMutex = NULL;
427 winceMutexRelease(pFile->hMutex);
435 if (pFile->hMutex){
437 winceMutexAcquire(pFile->hMutex);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c31234 HANDLE hMutex; /* Mutex used to control access to shared lock */ member in struct:winFile
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c32236 HANDLE hMutex; /* Mutex used to control access to shared lock */ member in struct:winFile
[all...]
/external/sqlite/dist/
H A Dsqlite3.c32256 HANDLE hMutex; /* Mutex used to control access to shared lock */ member in struct:winFile
[all...]

Completed in 503 milliseconds