/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DynamicLibrary.cpp | 40 static llvm::sys::SmartMutex<true>& getMutex() { in getMutex() function 47 SmartScopedLock<true> lock(getMutex()); in AddSymbol() 75 SmartScopedLock<true> lock(getMutex()); in getPermanentLibrary() 129 SmartScopedLock<true> Lock(getMutex()); in SearchForAddressOfSymbol()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 105 Mutex *getMutex(u32 id); 160 Mutex *DD::getMutex(u32 id) { in getMutex() function in __sanitizer::DD 224 Mutex *mtx = getMutex(m->id); in MutexBeforeLock() 228 Mutex *mtx1 = getMutex(id1); in MutexBeforeLock() 350 Mutex *mtx = getMutex(m->id); in MutexDestroy() 369 Mutex *mtx = getMutex(m->id); in CycleCheck() 382 Mutex *mtx1 = getMutex(link.id); in CycleCheck()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | QueueChannel.h | 52 std::mutex &getMutex() { return M; } in getMutex() function 85 std::unique_lock<std::mutex> Lock(InQueue->getMutex()); in readBytes() 105 std::unique_lock<std::mutex> Lock(OutQueue->getMutex()); in appendBytes()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ValueMap.h | 71 static sys::Mutex *getMutex(const ExtraDataT &/*Data*/) { return NULL; } in getMutex() function 212 sys::Mutex *M = Config::getMutex(Copy.Map->Data); 225 sys::Mutex *M = Config::getMutex(Copy.Map->Data);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ValueMap.h | 81 static mutex_type *getMutex(const ExtraDataT &/*Data*/) { return nullptr; } in getMutex() function 269 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 282 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
|
/external/llvm/include/llvm/IR/ |
D | ValueMap.h | 76 static mutex_type *getMutex(const ExtraDataT &/*Data*/) { return nullptr; } in getMutex() function 258 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 270 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data);
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | DynamicLibrary.inc | 74 SmartScopedLock<true> lock(getMutex()); 117 SmartScopedLock<true> Lock(getMutex());
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 3510 virtual Mutex* getMutex() = 0; 3515 Mutex* getMutex(); 3520 Mutex* getMutex(); 3525 Mutex* getMutex(); // overrides Base::getMutex() 3528 void baseFun(Base *b) EXCLUSIVE_LOCKS_REQUIRED(b->getMutex()) { } in baseFun() 3530 void derivedFun(Derived *d) EXCLUSIVE_LOCKS_REQUIRED(d->getMutex()) { in derivedFun() 4553 Mutex* getMutex(Opaque* o) LOCK_RETURNED(""); 4556 MutexLock lock(getMutex(o)); in test()
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 52 static sys::Mutex *getMutex(ExecutionEngineState *EES);
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ValueMapTest.cpp | 196 static sys::Mutex *getMutex(const ExtraData &Data) { return Data.M; } in getMutex() function
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 195 static MutexT *getMutex(const ExtraData &Data) { return Data.M; } in getMutex() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 195 static MutexT *getMutex(const ExtraData &Data) { return Data.M; } in getMutex() function
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1113 ExecutionEngineState::AddressMapConfig::getMutex(ExecutionEngineState *EES) { in getMutex() function in ExecutionEngineState::AddressMapConfig
|