HomeSort by relevance Sort by last modified time
    Searched defs:hMutex (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
win_ce_semaphore.h 5 HANDLE hMutex;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.h 47 OMX_HANDLETYPE hMutex;
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 346 HANDLE hMutex;
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;
402 if (!pMutex || (hMutex = pMutex->u.sslMutx) == 0
403 || hMutex == INVALID_HANDLE_VALUE)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_win.c 114 HANDLE hMutex; /* Mutex used to control access to shared lock */
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/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 236 milliseconds