Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp22 std::mutex &getLock() { return Lock; } in getLock() function in Queue
/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/fpdfsdk/javascript/
DField.cpp3022 bool Field::getLock(CJS_Runtime* pRuntime, in getLock() function in 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