Home
last modified time | relevance | path

Searched defs:getLock (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h90 sw::MutexLock *getLock() { return &mMutex; } in getLock() function
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h90 sw::RecursiveLock *getLock() { return &mApiMutex; } in getLock() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h67 Lock getLock() const { in getLock() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h67 Lock getLock() const { in getLock() function
/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp22 std::mutex &getLock() { return Lock; } in getLock() function in Queue
/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
/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
/external/pdfium/fxjs/
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.cpp3247 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.cpp3616 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { in getLock() function in LockReturnedScopeFix::Base