/external/ltp/testcases/kernel/io/disktest/ |
D | threading.h | 108 #define LOCK(Mutex) WaitForSingleObject((void *) Mutex, INFINITE) argument 109 #define UNLOCK(Mutex) ReleaseMutex((void *) Mutex) argument 113 #define LOCK(Mutex) \ argument 116 #define UNLOCK(Mutex) \ argument
|
/external/regex-re2/util/ |
D | mutex.h | 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/compiler-rt/test/tsan/ |
D | real_deadlock_detector_stress_test.cc | 22 struct Mutex { struct 27 Mutex mtx[kMutexes]; argument
|
D | ignore_sync.cc | 9 pthread_mutex_t Mutex = PTHREAD_MUTEX_INITIALIZER; variable
|
D | mutex_annotations.cc | 8 class Mutex { class
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.h | 23 struct Mutex { struct 24 DDMutex dd; argument
|
/external/icu/icu4c/source/common/ |
D | mutex.h | 65 inline Mutex::Mutex(UMutex *mutex) in Mutex() function
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutex_test.cc | 96 TEST(Mutex, Write) { in TEST() argument 106 TEST(Mutex, ReadWrite) { in TEST() argument 116 TEST(Mutex, SpinWrite) { in TEST() argument
|
/external/compiler-rt/lib/tsan/benchmarks/ |
D | vts_many_threads_bench.cc | 31 class __attribute__((aligned(64))) Mutex { class 33 Mutex() { pthread_mutex_init(&m_, NULL); } in Mutex() function in Mutex
|
/external/deqp/framework/delibs/decpp/ |
D | deMutex.cpp | 37 Mutex::Mutex (deUint32 flags) in Mutex() function in de::Mutex
|
D | deMutex.hpp | 37 class Mutex class
|
/external/clang/test/SemaObjC/ |
D | warn-thread-safety-analysis.m | 5 struct Mutex mu1; struct
|
/external/clang/test/Misc/ |
D | ast-dump-color.cpp | 18 class __attribute__((lockable)) Mutex { class
|
D | ast-dump-attr.cpp | 44 class __attribute__((lockable)) Mutex { class
|
/external/valgrind/drd/tests/ |
D | annotate_smart_pointer.cpp | 59 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 77 struct Mutex { struct 78 StaticSpinMutex mtx; 79 u32 seq; 80 int nlink; 81 Link link[kMaxLink];
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Mutex.h | 134 typedef SmartMutex<false> Mutex; typedef
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Mutex.h | 138 typedef SmartMutex<false> Mutex; typedef
|
/external/llvm/include/llvm/Support/ |
D | Mutex.h | 138 typedef SmartMutex<false> Mutex; typedef
|
/external/mesa3d/src/egl/main/ |
D | eglglobals.h | 52 mtx_t *Mutex; member
|
/external/v8/src/base/platform/ |
D | mutex.cc | 113 Mutex::Mutex() { in Mutex() function in v8::base::Mutex
|
/external/boringssl/src/ssl/test/runner/ |
D | recordingconn.go | 48 sync.Mutex anonMember
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 323 Mutex::Mutex() in Mutex() function in google::protobuf::Mutex 359 Mutex::Mutex() in Mutex() function in google::protobuf::Mutex
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-verbose.cpp | 27 class __attribute__((lockable)) Mutex { class
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1024 Mutex() { in Mutex() function 1175 Mutex() {} in Mutex() function 1186 explicit GTestMutexLock(Mutex*) {} // NOLINT in GTestMutexLock() argument
|