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

12

  /external/v8/src/
v8threads.cc 296 : mutex_(OS::CreateMutex()),
platform-freebsd.cc 91 limit_mutex = CreateMutex();
600 Mutex* OS::CreateMutex() {
platform-linux.cc 86 limit_mutex = CreateMutex();
866 Mutex* OS::CreateMutex() {
    [all...]
platform-openbsd.cc 107 limit_mutex = CreateMutex();
654 Mutex* OS::CreateMutex() {
isolate.cc 319 Mutex* Isolate::process_wide_mutex_ = OS::CreateMutex();
    [all...]
platform-win32.cc 576 limit_mutex = CreateMutex();
    [all...]
debug.cc     [all...]
d8.cc 113 i::Mutex* Shell::context_mutex_(i::OS::CreateMutex());
    [all...]
  /external/chromium/base/
logging.cc 231 log_mutex = ::CreateMutex(NULL, FALSE, t.c_str());
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.cc 25 #define MUTEX_SETUP(x) (x) = CreateMutex(NULL, FALSE, NULL)
  /external/libxml2/
threads.c 198 tok->mutex = CreateMutex(NULL, FALSE, NULL);
  /external/openssh/
pkcs11.h 177 #define create_mutex CreateMutex
    [all...]
  /external/openssl/crypto/threads/
mttest.c 733 lock_cs[i]=CreateMutex(NULL,FALSE,NULL);
  /external/v8/test/cctest/
test-debug.cc     [all...]

Completed in 1042 milliseconds

12