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

  /external/dbus/dbus/
dbus-sysdeps-thread-win.c 97 handle = CreateMutex (NULL, FALSE, NULL);
105 handle = CreateMutex (NULL, FALSE, NULL);
  /external/curl/lib/vtls/
polarssl_threadlock.c 67 mutex_buf[i] = CreateMutex(0, FALSE, 0);
69 return 0; /* CreateMutex failed */
  /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 354 hMutex = CreateMutex(NULL, FALSE, NULL);
365 hMutex = CreateMutex(NULL, FALSE, NULL);
376 hMutex = CreateMutex(NULL, FALSE, NULL);
535 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...]
  /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/webrtc/webrtc/base/
openssladapter.cc 49 #define MUTEX_SETUP(x) (x) = CreateMutex(NULL, FALSE, NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 294 milliseconds