HomeSort by relevance Sort by last modified time
    Searched refs:CreateMutex (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/delibs/dethread/win32/
deMutexWin32.c 97 handle = CreateMutex(DE_NULL, FALSE, DE_NULL);
  /external/pcre/dist/sljit/
sljitUtils.c 75 allocator_mutex = CreateMutex(NULL, TRUE, NULL);
95 global_mutex = CreateMutex(NULL, TRUE, NULL);
  /external/lzma/CPP/Windows/
Synchronization.h 98 _handle = ::CreateMutex(sa, BoolToBOOL(initiallyOwn), name);
  /system/core/libutils/
Threads.cpp 360 hMutex = CreateMutex(NULL, FALSE, NULL);
371 hMutex = CreateMutex(NULL, FALSE, NULL);
382 hMutex = CreateMutex(NULL, FALSE, NULL);
541 condState->internalMutex = CreateMutex(NULL, FALSE, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-default.h 243 if ((mutex->backend = (void *) CreateMutex (NULL, 0, NULL)) == NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-default.h 243 if ((mutex->backend = (void *) CreateMutex (NULL, 0, NULL)) == NULL)
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 218 server_alive_handle_ = CreateMutex(NULL, TRUE, NULL);
    [all...]
  /external/libvpx/libvpx/vpx_mem/
vpx_mem_tracker.c 178 memtrack.mutex = CreateMutex(NULL, /*security attributes*/
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem_tracker.c 178 memtrack.mutex = CreateMutex(NULL, /*security attributes*/
  /external/libxml2/
threads.c 199 tok->mutex = CreateMutex(NULL, FALSE, NULL);
  /external/openssh/
pkcs11.h 177 #define create_mutex CreateMutex
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 429 milliseconds