Searched refs:Mutex (Results 176 - 200 of 252) sorted by relevance

1234567891011

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DGDBRegistrar.cpp13 #include "llvm/Support/Mutex.h"
97 llvm::sys::Mutex JITDebugLock;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h80 extern Mutex g_linked_ptr_mutex;
/external/valgrind/unittest/
H A Dold_test_suite.cc39 Mutex printf_mu;
/external/webkit/Source/WebCore/platform/graphics/android/utils/
H A DLinearAllocator.cpp56 static android::Mutex s_mutex;
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.h139 Mutex m_workItemQueueLock;
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h25 #include "llvm/Support/Mutex.h"
55 static sys::Mutex *getMutex(ExecutionEngineState *EES);
166 sys::Mutex lock;
/external/chromium/testing/gtest/test/
H A Dgtest-port_test.cc264 // TODO(vladl@google.com): turn mutex into internal::Mutex for automatic
980 Mutex m;
988 Mutex m;
995 explicit AtomicCounterWithMutex(Mutex* mutex) :
1005 // We cannot use Mutex and MutexLock here or rely on their memory
1022 Mutex* const mutex_; // Protects value_.
1033 Mutex mutex;
/external/gtest/test/
H A Dgtest-port_test.cc284 // TODO(vladl@google.com): turn mutex into internal::Mutex for automatic
1000 Mutex m;
1008 Mutex m;
1015 explicit AtomicCounterWithMutex(Mutex* mutex) :
1025 // We cannot use Mutex and MutexLock here or rely on their memory
1042 Mutex* const mutex_; // Protects value_.
1053 Mutex mutex;
/external/v8/src/
H A Disolate.h509 // Mutex for serializing access to break control structures.
510 Mutex* break_access() { return break_access_; }
512 // Mutex for serializing access to debugger.
513 Mutex* debugger_access() { return debugger_access_; }
1085 static Mutex* process_wide_mutex_;
1161 Mutex* break_access_;
1163 Mutex* debugger_access_;
H A Dplatform-cygwin.cc62 static Mutex* limit_mutex = NULL;
486 class CygwinMutex : public Mutex {
527 Mutex* OS::CreateMutex() {
H A Dplatform-freebsd.cc80 static Mutex* limit_mutex = NULL;
561 class FreeBSDMutex : public Mutex {
600 Mutex* OS::CreateMutex() {
H A Dplatform-macos.cc94 static Mutex* limit_mutex = NULL;
658 class MacOSMutex : public Mutex {
687 Mutex* OS::CreateMutex() {
H A Dplatform-solaris.cc93 static Mutex* limit_mutex = NULL;
553 class SolarisMutex : public Mutex {
583 Mutex* OS::CreateMutex() {
H A Ddebug.h689 // Mutex to CommandMessageQueue. Includes logging of all puts and gets.
701 Mutex* lock_;
846 Mutex* debugger_access_; // Mutex guarding debugger variables.
856 Mutex* dispatch_handler_access_; // Mutex guarding dispatch handler.
982 Mutex* const mutex_;
H A Dv8globals.h166 class Mutex;
/external/regex-re2/re2/
H A Dre2.h192 class Mutex;
686 mutable Mutex* mutex_;
H A Dprog.h357 Mutex dfa_mutex_; // Protects dfa_first_, dfa_longest_
/external/icu4c/common/
H A Dservls.cpp266 Mutex mutex(&llock);
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp13 #include "llvm/Support/Mutex.h"
58 static sys::Mutex gCrashRecoveryContexMutex;
/external/protobuf/src/google/protobuf/
H A Dmessage.cc213 Mutex mutex_;
/external/webkit/Source/JavaScriptCore/bytecode/
H A DSamplingTool.h273 Mutex m_scriptSampleMapMutex;
/external/webkit/Source/JavaScriptCore/wtf/
H A DMessageQueue.h80 mutable Mutex m_mutex;
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h243 Mutex m_queueMutex;
/external/webkit/Source/WebCore/webaudio/
H A DAudioContext.h261 Mutex m_contextGraphMutex;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h202 WTF::Mutex m_quotaThreadLock;

Completed in 1980 milliseconds

1234567891011