Home
last modified time | relevance | path

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

123

/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
Dwait_for.exception.pass.cpp13 struct Mutex struct
16 Mutex() = default; argument
30 Mutex mut; argument
Dwait.exception.pass.cpp13 struct Mutex struct
16 Mutex() = default; argument
30 Mutex mut; argument
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dsimple_mutex.h188 Mutex(Mutex* /*ignored*/) {} in Mutex() function
207 Mutex::Mutex() : mutex_(0) { } in Mutex() function
208 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
218 Mutex::Mutex() : destroy_(true) { in Mutex() function
222 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
240 Mutex::Mutex() : destroy_(true) { in Mutex() function
244 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
263 Mutex::Mutex() : destroy_(true) { in Mutex() function
267 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dsimple_mutex.h188 Mutex(Mutex* /*ignored*/) {} in Mutex() argument
207 Mutex::Mutex() : mutex_(0) { } in Mutex() function
208 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function
218 Mutex::Mutex() : destroy_(true) { in Mutex() function
222 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function
240 Mutex::Mutex() : destroy_(true) { in Mutex() function
244 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
263 Mutex::Mutex() : destroy_(true) { in Mutex() function
267 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
/external/chromium_org/v8/src/base/platform/
Dmutex-unittest.cc12 TEST(Mutex, LockGuardMutex) { in TEST() argument
19 TEST(Mutex, LockGuardRecursiveMutex) { in TEST() argument
29 TEST(Mutex, LockGuardLazyMutex) { in TEST() argument
36 TEST(Mutex, LockGuardLazyRecursiveMutex) { in TEST() argument
46 TEST(Mutex, MultipleMutexes) { in TEST() argument
67 TEST(Mutex, MultipleRecursiveMutexes) { in TEST() argument
/external/openfst/src/include/fst/
Dlock.h53 Mutex() {} in Mutex() function
61 MutexLock(Mutex *) {} in MutexLock() argument
69 ReaderMutexLock(Mutex *) {} in ReaderMutexLock() argument
/external/ceres-solver/internal/ceres/
Dmutex.h185 Mutex(Mutex* /*ignored*/) {} in Mutex() function
204 Mutex::Mutex() : mutex_(0) { } in Mutex() function
216 Mutex::Mutex() { InitializeCriticalSection(&mutex_); SetIsSafe(); } in Mutex() function
233 Mutex::Mutex() { in Mutex() function
255 Mutex::Mutex() { in Mutex() function
/external/chromium_org/third_party/re2/util/
Dmutex.h99 Mutex::Mutex() : mutex_(0) { } in Mutex() function
112 Mutex::Mutex() { SAFE_PTHREAD(pthread_rwlock_init(&mutex_, NULL)); } in Mutex() function
127 Mutex::Mutex() { SAFE_PTHREAD(pthread_mutex_init(&mutex_, NULL)); } in Mutex() function
138 Mutex::Mutex() { InitializeCriticalSection(&mutex_); } in Mutex() function
/external/regex-re2/util/
Dmutex.h95 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/compiler-rt/lib/tsan/dd/
Ddd_rtl.h24 struct Mutex { struct
25 DDMutex dd; argument
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutex_test.cc96 TEST(Mutex, Write) { in TEST() argument
106 TEST(Mutex, ReadWrite) { in TEST() argument
116 TEST(Mutex, SpinWrite) { in TEST() argument
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
Dmutex.h13 typedef base::Lock Mutex; typedef
/external/compiler-rt/lib/tsan/benchmarks/
Dvts_many_threads_bench.cc31 class __attribute__((aligned(64))) Mutex { class
33 Mutex() { pthread_mutex_init(&m_, NULL); } in Mutex() function in Mutex
/external/icu/icu4c/source/common/
Dmutex.h63 inline Mutex::Mutex(UMutex *mutex) in Mutex() function
/external/chromium_org/third_party/icu/source/common/
Dmutex.h63 inline Mutex::Mutex(UMutex *mutex) in Mutex() function
/external/compiler-rt/test/tsan/
Dignore_sync.cc9 pthread_mutex_t Mutex = PTHREAD_MUTEX_INITIALIZER; variable
/external/deqp/framework/delibs/decpp/
DdeMutex.cpp37 Mutex::Mutex (deUint32 flags) in Mutex() function in de::Mutex
/external/clang/test/SemaObjC/
Dwarn-thread-safety-analysis.m5 struct Mutex mu1; struct
/external/valgrind/main/drd/tests/
Dannotate_smart_pointer.cpp59 class Mutex class
62 Mutex() : m_mutex() in Mutex() function in Mutex
120 class Mutex class
123 Mutex() : m_mutex() in Mutex() function in Mutex
/external/clang/test/Misc/
Dast-dump-color.cpp18 class __attribute__((lockable)) Mutex { class
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglglobals.h44 _EGLMutex *Mutex; member
/external/mesa3d/src/egl/main/
Deglglobals.h44 _EGLMutex *Mutex; member
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DMutex.cpp39 Mutex::Mutex () in Mutex() function in Mutex
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc77 struct Mutex { struct
78 StaticSpinMutex mtx;
79 u32 seq;
80 int nlink;
81 Link link[kMaxLink];
/external/chromium_org/mojo/public/cpp/utility/lib/
Dmutex.cc14 Mutex::Mutex() { in Mutex() function in mojo::Mutex

123