/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ThreadSafeModule.h | 67 Lock getLock() const { in getLock() function 93 auto L = TSCtx.getLock(); 115 auto L = TSCtx.getLock(); in ~ThreadSafeModule() 135 auto Lock = TSCtx.getLock(); in decltype() 142 auto Lock = TSCtx.getLock(); in decltype()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ThreadSafeModule.h | 67 Lock getLock() const { in getLock() function 93 auto L = TSCtx.getLock(); 115 auto L = TSCtx.getLock(); in ~ThreadSafeModule() 136 auto Lock = TSCtx.getLock(); 145 auto Lock = TSCtx.getLock();
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | ThreadSafeModuleTest.cpp | 73 { auto L = TSCtx.getLock(); } in TEST() 75 { auto L = TSM.getContext().getLock(); } in TEST() 88 auto L = TSCtx.getLock(); in TEST()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 22 std::mutex &getLock() { return Lock; } in getLock() function in Queue 40 std::lock_guard<std::mutex> Lock(InQueue.getLock()); in readBytes() 51 std::lock_guard<std::mutex> Lock(OutQueue.getLock()); in appendBytes()
|
/external/pdfium/testing/resources/javascript/ |
D | field_methods_expected.txt | 57 Alert: PASS: this.getField('MyField').getLock() threw Field.getLock: Operation not supported.
|
D | field_methods.in | 101 expectError("this.getField('MyField').getLock()");
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.h | 90 sw::MutexLock *getLock() { return &mMutex; } in getLock() function
|
D | Context.h | 675 sw::MutexLock *getResourceLock() { return mResourceManager->getLock(); } in getResourceLock()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Display.h | 90 sw::RecursiveLock *getLock() { return &mApiMutex; } in getLock() function
|
D | libEGL.cpp | 42 return display->getLock(); in getDisplayLock()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector.h | 112 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function 228 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector.h | 115 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function 232 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 107 JS_STATIC_METHOD(getLock, CJS_Field) 320 CJS_Result getLock(CJS_Runtime* pRuntime,
|
D | cjs_field.cpp | 2441 CJS_Result CJS_Field::getLock(CJS_Runtime* pRuntime, in getLock() function in CJS_Field
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 3231 const Mutex& getLock(const Inner* i); 3233 void lockInner (Inner* i) EXCLUSIVE_LOCK_FUNCTION(getLock(i)); 3234 void unlockInner(Inner* i) UNLOCK_FUNCTION(getLock(i)); 3235 void foo(Inner* i) EXCLUSIVE_LOCKS_REQUIRED(getLock(i)); 3247 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { in getLock() function in LockReturnedScopeFix::Base
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 3600 const Mutex& getLock(const Inner* i); 3602 void lockInner (Inner* i) EXCLUSIVE_LOCK_FUNCTION(getLock(i)); 3603 void unlockInner(Inner* i) UNLOCK_FUNCTION(getLock(i)); 3604 void foo(Inner* i) EXCLUSIVE_LOCKS_REQUIRED(getLock(i)); 3616 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { in getLock() function in LockReturnedScopeFix::Base
|
/external/llvm-project/llvm/docs/ |
D | ORCv2.rst | 632 auto Lock = TSCtx.getLock();
|