Home
last modified time | relevance | path

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

123

/external/gflags/src/
Dmutex.h200 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/
Dthreading.h108 #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/
Ddefault-foreground-task-runner.cc28 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/
Dreal_deadlock_detector_stress_test.cc22 struct Mutex { struct
27 Mutex mtx[kMutexes]; argument
Dignore_sync.cc9 pthread_mutex_t Mutex = PTHREAD_MUTEX_INITIALIZER; variable
Dmutex_annotations.cc8 class Mutex { class
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.h23 struct Mutex { struct
24 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/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.h65 inline Mutex::Mutex(UMutex *mutex) in Mutex() function
/external/deqp/framework/delibs/decpp/
DdeMutex.cpp37 Mutex::Mutex (deUint32 flags) in Mutex() function in de::Mutex
DdeMutex.hpp37 class Mutex class
/external/clang/test/SemaObjC/
Dwarn-thread-safety-analysis.m5 struct Mutex mu1; struct
/external/clang/test/Misc/
Dast-dump-color.cpp18 class __attribute__((lockable)) Mutex { class
Dast-dump-attr.cpp44 class __attribute__((lockable)) Mutex { class
/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/swiftshader/third_party/LLVM/include/llvm/Support/
DMutex.h134 typedef SmartMutex<false> Mutex; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMutex.h139 typedef SmartMutex<false> Mutex; typedef
/external/llvm/include/llvm/Support/
DMutex.h138 typedef SmartMutex<false> Mutex; typedef
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h138 typedef SmartMutex<false> Mutex; typedef
/external/tensorflow/tensorflow/core/kernels/
Dmutex_ops.cc36 class Mutex : public ResourceBase { class
38 explicit Mutex(OpKernelContext* c, const string& name) in Mutex() function in tensorflow::__anon07f294b10111::Mutex
/external/libxcam/xcore/
Dxcam_mutex.h36 Mutex () { in Mutex() function
/external/mesa3d/src/mesa/main/
Dhash.h101 mtx_t Mutex; /**< mutual exclusion lock */ member
/external/mesa3d/src/egl/main/
Deglglobals.h52 mtx_t *Mutex; member
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/
Ddebug_enable.go64 sync.Mutex anonMember

123