/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.15/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/chromium_org/rlz/win/lib/ |
lib_mutex.cc | 55 mutex_ = CreateMutex(NULL, false, kMutexName);
|
/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/ |
win32-headers.h | 99 #undef CreateMutex
|
d8-debug.h | 58 event_access_(i::OS::CreateMutex()),
|
debug-agent.h | 51 session_access_(OS::CreateMutex()), session_(NULL),
|
platform.h | 232 static Mutex* CreateMutex(); 539 return OS::CreateMutex();
|
log-utils.cc | 58 mutex_ = OS::CreateMutex();
|
platform-nullos.cc | 433 Mutex* OS::CreateMutex() {
|
platform-cygwin.cc | 73 limit_mutex = CreateMutex(); 527 Mutex* OS::CreateMutex() {
|
platform-macos.cc | 101 limit_mutex = CreateMutex(); 687 Mutex* OS::CreateMutex() {
|
/external/chromium/base/ |
shared_memory_win.cc | 207 lock_ = CreateMutex(sec_attr, FALSE, name.c_str());
|
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
invasive.cc | 144 if (::CreateMutex(NULL, // Default security attributes.
|
/external/lzma/CPP/Windows/ |
Synchronization.h | 98 _handle = ::CreateMutex(sa, BoolToBOOL(initiallyOwn), name);
|
/system/core/libutils/ |
Threads.cpp | 368 hMutex = CreateMutex(NULL, FALSE, NULL); 379 hMutex = CreateMutex(NULL, FALSE, NULL); 390 hMutex = CreateMutex(NULL, FALSE, NULL); 551 condState->internalMutex = 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/chromium_org/base/memory/ |
shared_memory_win.cc | 241 lock_ = CreateMutex(sec_attr, FALSE, name.c_str());
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
threads_windows.c | 34 *mutex = CreateMutex(NULL, FALSE, NULL);
|
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
th-lock.c | 119 lock_cs[i]=CreateMutex(NULL,FALSE,NULL);
|
/external/openssl/crypto/threads/ |
th-lock.c | 119 lock_cs[i]=CreateMutex(NULL,FALSE,NULL);
|