| /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/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/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/v8/src/ |
| win32-headers.h | 95 #undef CreateMutex
|
| debug-agent.h | 50 session_access_(OS::CreateMutex()), session_(NULL),
|
| d8-debug.h | 58 event_access_(i::OS::CreateMutex()),
|
| v8.cc | 44 static Mutex* init_once_mutex = OS::CreateMutex();
|
| platform-nullos.cc | 404 Mutex* OS::CreateMutex() {
|
| isolate.cc | 262 Mutex* Isolate::process_wide_mutex_ = OS::CreateMutex(); 423 break_access_(OS::CreateMutex()), 426 debugger_access_(OS::CreateMutex()),
|
| platform-cygwin.cc | 72 limit_mutex = CreateMutex(); 527 Mutex* OS::CreateMutex() { 743 Mutex* SamplerThread::mutex_ = OS::CreateMutex();
|
| platform-freebsd.cc | 89 limit_mutex = CreateMutex(); 557 Mutex* OS::CreateMutex() { 813 Mutex* SignalSender::mutex_ = OS::CreateMutex();
|
| platform-macos.cc | 104 limit_mutex = CreateMutex(); 608 Mutex* OS::CreateMutex() { 795 Mutex* SamplerThread::mutex_ = OS::CreateMutex();
|
| platform-linux.cc | 89 limit_mutex = CreateMutex(); 734 Mutex* OS::CreateMutex() { 1063 Mutex* SignalSender::mutex_ = OS::CreateMutex();
|
| log-utils.cc | 146 mutex_ = OS::CreateMutex();
|
| /external/chromium/base/ |
| shared_memory_win.cc | 207 lock_ = CreateMutex(sec_attr, FALSE, name.c_str());
|
| /external/dbus/dbus/ |
| dbus-sysdeps-thread-win.c | 97 handle = CreateMutex (NULL, FALSE, NULL);
|
| /frameworks/base/libs/utils/ |
| Threads.cpp | 432 hMutex = CreateMutex(NULL, FALSE, NULL); 443 hMutex = CreateMutex(NULL, FALSE, NULL); 454 hMutex = CreateMutex(NULL, FALSE, NULL); 615 condState->internalMutex = CreateMutex(NULL, FALSE, NULL);
|
| /external/bluetooth/glib/gthread/ |
| gthread-win32.c | 145 win32_check_for_error (handle = CreateMutex (NULL, FALSE, NULL));
|
| /external/chromium/chrome/browser/ |
| process_singleton_win.cc | 57 CreateMutex(NULL, FALSE, mutex_name.c_str()));
|
| /external/chromium/googleurl/base/ |
| logging.cc | 119 log_mutex = ::CreateMutex(NULL, FALSE, t.c_str());
|
| /external/openssl/crypto/threads/ |
| th-lock.c | 119 lock_cs[i]=CreateMutex(NULL,FALSE,NULL);
|
| /external/srec/portable/src/ |
| pmemory_ext.c | 222 if (createMutex(&memextMutex) == ESR_SUCCESS)
|