Home
last modified time | relevance | path

Searched defs:Mutex (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium/sdch/open-vcdiff/src/
Dmutex.h170 Mutex(Mutex* /*ignored*/) {} in Mutex() argument
190 Mutex::Mutex() : mutex_(0) { } in Mutex() function
202 Mutex::Mutex() { InitializeCriticalSection(&mutex_); SetIsSafe(); } in Mutex() function
220 Mutex::Mutex() { in Mutex() function
243 Mutex::Mutex() { in Mutex() function
/external/regex-re2/util/
Dmutex.h75 Mutex(Mutex *ignored) {} in Mutex() function
95 Mutex::Mutex() : mutex_(0) { } in Mutex() function
108 Mutex::Mutex() { SAFE_PTHREAD(pthread_rwlock_init(&mutex_, NULL)); } in Mutex() function
123 Mutex::Mutex() { SAFE_PTHREAD(pthread_mutex_init(&mutex_, NULL)); } in Mutex() function
134 Mutex::Mutex() { InitializeCriticalSection(&mutex_); } in Mutex() function
/external/openfst/src/include/fst/
Dlock.h50 Mutex() {} in Mutex() function
58 MutexLock(Mutex *) {} in MutexLock() argument
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingNone.cpp45 Mutex::Mutex() { } in Mutex() function in WTF::Mutex
53 void ThreadCondition::wait(Mutex&) { } in wait() argument
54 bool ThreadCondition::timedWait(Mutex&, double) { return false; } in timedWait() argument
Ddtoa.h27 class Mutex; variable
DThreadingWin.cpp277 Mutex::Mutex() in Mutex() function in WTF::Mutex
DThreadingPthreads.cpp251 Mutex::Mutex() in Mutex() function in WTF::Mutex
/external/valgrind/main/drd/tests/
Dannotate_smart_pointer.cpp58 class Mutex class
61 Mutex() : m_mutex() in Mutex() function in Mutex
119 class Mutex class
122 Mutex() : m_mutex() in Mutex() function in Mutex
Dtsan_thread_wrappers_pthread.h192 Mutex() { in Mutex() function
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-port.h432 Mutex() {} in Mutex() function
433 explicit Mutex(int /*unused*/) {} in Mutex() function
443 explicit GTestMutexLock(Mutex*) {} // NOLINT in GTestMutexLock() argument
/external/llvm/include/llvm/Support/
DMutex.h134 typedef SmartMutex<false> Mutex; typedef
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h750 Mutex() {} in Mutex() function
751 explicit Mutex(int /*unused*/) {} in Mutex() function
761 explicit GTestMutexLock(Mutex*) {} // NOLINT in GTestMutexLock() argument
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc251 Mutex::Mutex() in Mutex() function in google::protobuf::Mutex
287 Mutex::Mutex() in Mutex() function in google::protobuf::Mutex
/external/icu4c/common/
Dmutex.h63 inline Mutex::Mutex(UMTX *mutex) in Mutex() function
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompat.cpp133 Mutex::Mutex() {} // ?OP? in Mutex() function in Mutex
/external/clang/lib/Analysis/
DThreadSafety.cpp982 void BuildLockset::addLock(const MutexID &Mutex, const LockData& LDat) { in addLock()
994 void BuildLockset::removeLock(const MutexID &Mutex, SourceLocation UnlockLoc) { in removeLock()
1027 MutexID Mutex(0, Exp, FunDecl); in addLocksToSet() local
1036 MutexID Mutex(*I, Exp, FunDecl); in addLocksToSet() local
1070 MutexID Mutex(*I, Exp, FunDecl); in removeLocksFromSet() local
1096 MutexID Mutex(MutexExp, Exp, D); in warnIfMutexNotHeld() local
1212 MutexID Mutex(*I, Exp, D); in handleCall() local
1442 const MutexID &Mutex = I.getKey(); in intersectAndWarn() local
1456 MutexID Mutex(MutexExp, 0, D); in addLock() local
/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp175 Mutex::Mutex() in Mutex() function in WTF::Mutex
/external/webkit/Source/JavaScriptCore/wtf/qt/
DThreadingQt.cpp216 Mutex::Mutex() in Mutex() function in WTF::Mutex
/external/valgrind/unittest/
Dthread_wrappers_win.h82 Mutex() { ::InitializeCriticalSection(&cs_); } in Mutex() function
Dthread_wrappers.h89 class Mutex; variable
Dthread_wrappers_pthread.h151 Mutex() { in Mutex() function
/external/v8/src/
Dplatform.h95 class Mutex; variable
Dv8globals.h166 class Mutex; variable
/external/regex-re2/re2/
Dre2.h192 class Mutex; variable
/external/clang/include/clang/Frontend/
DASTUnit.h399 void *Mutex; // a llvm::sys::MutexImpl in debug; variable

12