Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dmutex.h170 Mutex(Mutex* /*ignored*/) {} in Mutex() function
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/webkit/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
DMainThread.h35 class Mutex; variable
Ddtoa.h25 class Mutex; variable
DThreadingWin.cpp283 Mutex::Mutex() in Mutex() function in WTF::Mutex
DThreadingPthreads.cpp252 Mutex::Mutex() in Mutex() function in WTF::Mutex
/external/chromium/third_party/icu/source/common/
Dmutex.h71 inline Mutex::Mutex(UMTX *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/gtest/include/gtest/internal/
Dgtest-port.h643 Mutex() {} in Mutex() function
644 explicit Mutex(int /*unused*/) {} in Mutex() function
654 explicit GTestMutexLock(Mutex*) {} // NOLINT in GTestMutexLock() argument
/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/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompat.cpp133 Mutex::Mutex() {} // ?OP? in Mutex() function in Mutex
/external/icu4c/common/
Dmutex.h63 inline Mutex::Mutex(UMTX *mutex) in Mutex() function
/external/webkit/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp176 Mutex::Mutex() in Mutex() function in WTF::Mutex
/external/webkit/JavaScriptCore/wtf/qt/
DThreadingQt.cpp223 Mutex::Mutex() in Mutex() function in WTF::Mutex
/external/v8/src/
Dglobals.h277 class Mutex; variable