Home
last modified time | relevance | path

Searched refs:getLock (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h67 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/
DThreadSafeModule.h67 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/
DThreadSafeModuleTest.cpp73 { 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/
DRPCUtilsTest.cpp22 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/
Dfield_methods_expected.txt57 Alert: PASS: this.getField('MyField').getLock() threw Field.getLock: Operation not supported.
Dfield_methods.in101 expectError("this.getField('MyField').getLock()");
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h90 sw::MutexLock *getLock() { return &mMutex; } in getLock() function
DContext.h675 sw::MutexLock *getResourceLock() { return mResourceManager->getLock(); } in getResourceLock()
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h90 sw::RecursiveLock *getLock() { return &mApiMutex; } in getLock() function
DlibEGL.cpp42 return display->getLock(); in getDisplayLock()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h112 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/
Dsanitizer_deadlock_detector.h115 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/
Dcjs_field.h107 JS_STATIC_METHOD(getLock, CJS_Field)
320 CJS_Result getLock(CJS_Runtime* pRuntime,
Dcjs_field.cpp2441 CJS_Result CJS_Field::getLock(CJS_Runtime* pRuntime, in getLock() function in CJS_Field
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp3231 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/
Dwarn-thread-safety-analysis.cpp3600 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/
DORCv2.rst632 auto Lock = TSCtx.getLock();