Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocaleList.java33 Object getLock(); in getLock() method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h67 Lock getLock() const { in getLock() function
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/locks/
DLockingVisitors.java240 public L getLock() { in getLock() method in LockingVisitors.LockVisitor
/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/fxjs/
Dcjs_field.cpp2410 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/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp6565 std::unique_lock<std::mutex> PipelineCacheAccess::getLock() in getLock() function in rx::vk::PipelineCacheAccess