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

1 2

  /external/v8/test/cctest/
test-lock.cc 18 Mutex* mutex = OS::CreateMutex();
26 Mutex* mutex = OS::CreateMutex();
34 Mutex* mutex = OS::CreateMutex();
test-platform-linux.cc 57 Mutex* mutex = OS::CreateMutex();
test-platform-nullos.cc 57 Mutex* mutex = OS::CreateMutex();
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_sysmutex.c 45 mutex->id = CreateMutex(NULL, FALSE, NULL);
win_ce_semaphore.c 80 hSynch->hMutex = CreateMutex (lpSemaphoreAttributes, FALSE, NULL);
  /external/srec/portable/include/
pmutex.h 50 #define createMutex(mutex, locked) \
51 (*mutex = CreateMutex(NULL, locked, NULL)) == 0 ? ESR_MUTEX_CREATION_ERROR : ESR_SUCCESS
76 #define createMutex(mutex, locked) createMutex_posix(mutex, locked)
89 #define createMutex(mutex, locked) (ESR_SUCCESS)
  /external/v8/src/
d8-debug.h 58 event_access_(i::OS::CreateMutex()),
debug-agent.h 49 session_access_(OS::CreateMutex()), session_(NULL),
platform-nullos.cc 384 Mutex* OS::CreateMutex() {
platform.h 224 static Mutex* CreateMutex();
v8threads.cc 264 Mutex* ThreadManager::mutex_ = OS::CreateMutex();
log-utils.cc 133 mutex_ = OS::CreateMutex();
platform-macos.cc 491 Mutex* OS::CreateMutex() {
platform-openbsd.cc 472 Mutex* OS::CreateMutex() {
platform-solaris.cc 438 Mutex* OS::CreateMutex() {
debug.cc     [all...]
platform-freebsd.cc 499 Mutex* OS::CreateMutex() {
platform-linux.cc 593 Mutex* OS::CreateMutex() {
platform-win32.cc 87 #undef CreateMutex
    [all...]
  /frameworks/base/libs/utils/
Threads.cpp 344 hMutex = CreateMutex(NULL, FALSE, NULL);
355 hMutex = CreateMutex(NULL, FALSE, NULL);
366 hMutex = CreateMutex(NULL, FALSE, NULL);
527 condState->internalMutex = CreateMutex(NULL, FALSE, NULL);
  /external/openssl/crypto/threads/
th-lock.c 119 lock_cs[i]=CreateMutex(NULL,FALSE,NULL);
  /external/webkit/JavaScriptCore/wtf/
ThreadingWin.cpp 441 m_condition.m_unblockLock = CreateMutex(0, 0, 0);
  /external/bluetooth/glib/gthread/
gthread-win32.c 145 win32_check_for_error (handle = CreateMutex (NULL, FALSE, NULL));
  /external/quake/quake/src/QW/client/
sys_win.c 166 qwclsemaphore = CreateMutex(
  /external/libxml2/
threads.c 200 tok->mutex = CreateMutex(NULL, FALSE, NULL);

Completed in 615 milliseconds

1 2