| /external/gflags/src/ |
| D | mutex.h | 200 explicit Mutex(Mutex* /*ignored*/) {} in Mutex() function 219 Mutex::Mutex() : mutex_(0) { } in Mutex() function 220 Mutex::Mutex(Mutex::LinkerInitialized) : mutex_(0) { } in Mutex() function 232 Mutex::Mutex() : destroy_(true) { in Mutex() function 236 Mutex::Mutex(LinkerInitialized) : destroy_(false) { in Mutex() function 256 Mutex::Mutex() : destroy_(true) { in Mutex() function 260 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function 281 Mutex::Mutex() : destroy_(true) { in Mutex() function 285 Mutex::Mutex(Mutex::LinkerInitialized) : destroy_(false) { in Mutex() function
|
| /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/v8/src/libplatform/ |
| D | default-foreground-task-runner.cc | 28 std::unique_ptr<Task> task, const base::LockGuard<base::Mutex>&) { in PostTaskLocked() 86 const base::LockGuard<base::Mutex>&) { in PopTaskFromDelayedQueueLocked() 115 const base::LockGuard<base::Mutex>&) { in WaitForTaskLocked()
|
| /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/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/icu/icu4c/source/common/ |
| D | mutex.h | 65 inline Mutex::Mutex(UMutex *mutex) in Mutex() function
|
| /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/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-7.0/llvm/include/llvm/Support/ |
| D | Mutex.h | 139 typedef SmartMutex<false> Mutex; typedef
|
| /external/llvm/include/llvm/Support/ |
| D | Mutex.h | 138 typedef SmartMutex<false> Mutex; typedef
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Mutex.h | 138 typedef SmartMutex<false> Mutex; typedef
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | mutex_ops.cc | 36 class Mutex : public ResourceBase { class 38 explicit Mutex(OpKernelContext* c, const string& name) in Mutex() function in tensorflow::__anon07f294b10111::Mutex
|
| /external/libxcam/xcore/ |
| D | xcam_mutex.h | 36 Mutex () { in Mutex() function
|
| /external/mesa3d/src/mesa/main/ |
| D | hash.h | 101 mtx_t Mutex; /**< mutual exclusion lock */ member
|
| /external/mesa3d/src/egl/main/ |
| D | eglglobals.h | 52 mtx_t *Mutex; member
|
| /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/ |
| D | debug_enable.go | 64 sync.Mutex anonMember
|