/external/chromium/sdch/open-vcdiff/src/ |
D | mutex.h | 170 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/ |
D | mutex.h | 75 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/ |
D | lock.h | 50 Mutex() {} in Mutex() function 58 MutexLock(Mutex *) {} in MutexLock() argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadingNone.cpp | 45 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
|
D | dtoa.h | 27 class Mutex; variable
|
D | ThreadingWin.cpp | 277 Mutex::Mutex() in Mutex() function in WTF::Mutex
|
D | ThreadingPthreads.cpp | 251 Mutex::Mutex() in Mutex() function in WTF::Mutex
|
/external/valgrind/main/drd/tests/ |
D | annotate_smart_pointer.cpp | 58 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
|
D | tsan_thread_wrappers_pthread.h | 192 Mutex() { in Mutex() function
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-port.h | 432 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/ |
D | Mutex.h | 134 typedef SmartMutex<false> Mutex; typedef
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 750 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/ |
D | common.cc | 251 Mutex::Mutex() in Mutex() function in google::protobuf::Mutex 287 Mutex::Mutex() in Mutex() function in google::protobuf::Mutex
|
/external/icu4c/common/ |
D | mutex.h | 63 inline Mutex::Mutex(UMTX *mutex) in Mutex() function
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | compat.cpp | 133 Mutex::Mutex() {} // ?OP? in Mutex() function in Mutex
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 982 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/ |
D | ThreadingGtk.cpp | 175 Mutex::Mutex() in Mutex() function in WTF::Mutex
|
/external/webkit/Source/JavaScriptCore/wtf/qt/ |
D | ThreadingQt.cpp | 216 Mutex::Mutex() in Mutex() function in WTF::Mutex
|
/external/valgrind/unittest/ |
D | thread_wrappers_win.h | 82 Mutex() { ::InitializeCriticalSection(&cs_); } in Mutex() function
|
D | thread_wrappers.h | 89 class Mutex; variable
|
D | thread_wrappers_pthread.h | 151 Mutex() { in Mutex() function
|
/external/v8/src/ |
D | platform.h | 95 class Mutex; variable
|
D | v8globals.h | 166 class Mutex; variable
|
/external/regex-re2/re2/ |
D | re2.h | 192 class Mutex; variable
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 399 void *Mutex; // a llvm::sys::MutexImpl in debug; variable
|