HomeSort by relevance Sort by last modified time
    Searched full:createmutex (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/v8/src/
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-freebsd.cc 91 limit_mutex = CreateMutex();
600 Mutex* OS::CreateMutex() {
platform-macos.cc 101 limit_mutex = CreateMutex();
687 Mutex* OS::CreateMutex() {
platform-openbsd.cc 107 limit_mutex = CreateMutex();
654 Mutex* OS::CreateMutex() {
platform-solaris.cc 102 limit_mutex = CreateMutex();
583 Mutex* OS::CreateMutex() {
platform.h 232 static Mutex* CreateMutex();
539 return OS::CreateMutex();
  /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/third_party/openssl/openssl/crypto/threads/
th-lock.c 119 lock_cs[i]=CreateMutex(NULL,FALSE,NULL);
  /external/chromium_org/v8/src/
platform-freebsd.cc 439 limit_mutex = CreateMutex();
platform-macos.cc 446 limit_mutex = CreateMutex();
platform-nullos.cc 505 Mutex* OS::CreateMutex() {
platform-cygwin.cc 474 limit_mutex = CreateMutex();
platform-openbsd.cc 505 limit_mutex = CreateMutex();
platform-solaris.cc 482 limit_mutex = CreateMutex();
v8threads.cc 306 : mutex_(OS::CreateMutex()),
  /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)
pmemory.c 241 /* it is not thread safe: hard to protect the createMutex()
253 init_status = createMutex(&memMutex, ESR_FALSE);
  /external/chromium_org/sandbox/win/src/
ipc_unittest.cc 415 client_control->server_alive = ::CreateMutex(NULL, FALSE, NULL);
517 client_control->server_alive = ::CreateMutex(NULL, FALSE, NULL);
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 360 base::win::ScopedHandle only_me(::CreateMutex(NULL, FALSE, kMutexName));
  /external/chromium_org/net/third_party/nss/ssl/
sslmutex.c 372 hMutex = CreateMutex(&attributes, FALSE, NULL);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingWin.cpp 431 m_condition.m_unblockLock = CreateMutex(0, 0, 0);

Completed in 569 milliseconds

12 3 4