Home
last modified time | relevance | path

Searched defs:Locked (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLocked.cpp140 static constexpr bool Locked = true; in TEST_F() local
203 static constexpr bool Locked = true; in TEST_F() local
288 static constexpr bool Locked = true; in TEST_F() local
334 static constexpr bool Locked = true; in TEST_F() local
354 static constexpr bool Locked = true; in TEST_F() local
440 static constexpr bool Locked = true; in TEST_F() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLocked.cpp140 static constexpr bool Locked = true; in TEST_F() local
199 static constexpr bool Locked = true; in TEST_F() local
259 static constexpr bool Locked = true; in TEST_F() local
307 static constexpr bool Locked = true; in TEST_F() local
327 static constexpr bool Locked = true; in TEST_F() local
399 static constexpr bool Locked = true; in TEST_F() local
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp78 LockFileManager Locked(LockedFile); in TEST() local
109 LockFileManager Locked(LockedFile); in TEST() local
/external/python/cachetools/tests/
Dtest_method.py29 class Locked: class
/external/python/cpython2/Demo/pdist/
Dcvslock.py106 class Locked(Error): class
/external/scudo/standalone/
Dlinux.cpp103 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; enumerator
/external/perfetto/src/trace_processor/importers/ftrace/
Dbinder_tracker.cc212 void BinderTracker::Locked(int64_t ts, uint32_t pid) { in Locked() function in perfetto::trace_processor::BinderTracker
/external/rust/crates/rusqlite/src/
Dbackup.rs152 Locked, enumerator
/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp29 enum Kind { Destroyed, Locked, Unlocked } K; enumerator
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.h508 bool Locked) { in _cmpxchg()
516 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b()
790 void _xadd(Operand *Dest, Variable *Src, bool Locked) { in _xadd()
DIceTargetLoweringX8632.h512 bool Locked) { in _cmpxchg()
520 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b()
796 void _xadd(Operand *Dest, Variable *Src, bool Locked) { in _xadd()
DIceTargetLoweringX8632.cpp4315 constexpr bool Locked = true; in lowerAtomicCmpxchg() local
4341 constexpr bool Locked = true; in lowerAtomicCmpxchg() local
4438 constexpr bool Locked = true; in lowerAtomicRMW() local
4453 constexpr bool Locked = true; in lowerAtomicRMW() local
4556 constexpr bool Locked = true; in expandAtomicRMWAsCmpxchg() local
4605 constexpr bool Locked = true; in expandAtomicRMWAsCmpxchg() local
DIceInstX8664.cpp245 Variable *Desired, bool Locked) in InstX86Cmpxchg()
258 Variable *Ebx, bool Locked) in InstX86Cmpxchg8b()
358 bool Locked) in InstX86Xadd()
DIceInstX8632.cpp257 Variable *Desired, bool Locked) in InstX86Cmpxchg()
270 Variable *Ebx, bool Locked) in InstX86Cmpxchg8b()
378 bool Locked) in InstX86Xadd()
DIceInstX8632.h2383 SizeT Maxsrcs, Variable *Dest, bool Locked) in InstX86BaseLockable()
2522 Variable *Desired, bool Locked) { in create()
2551 bool Locked) { in create()
3002 bool Locked) { in create()
DIceInstX8664.h2324 SizeT Maxsrcs, Variable *Dest, bool Locked) in InstX86BaseLockable()
2463 Variable *Desired, bool Locked) { in create()
2492 bool Locked) { in create()
2901 bool Locked) { in create()
DIceTargetLoweringX8664.cpp3857 constexpr bool Locked = true; in lowerAtomicCmpxchg() local
3946 constexpr bool Locked = true; in lowerAtomicRMW() local
3955 constexpr bool Locked = true; in lowerAtomicRMW() local
4052 constexpr bool Locked = true; in expandAtomicRMWAsCmpxchg() local
DIceAssemblerX8664.cpp3089 GPRRegister reg, bool Locked) { in cmpxchg()
3104 void AssemblerX8664::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b()
3115 bool Locked) { in xadd()
DIceAssemblerX8632.cpp2934 GPRRegister reg, bool Locked) { in cmpxchg()
2948 void AssemblerX8632::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b()
2958 bool Locked) { in xadd()
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java231 "Locked"); in setReason()
/external/rust/crates/spin/src/mutex/
Dfair.rs100 Locked, enumerator
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp777 llvm::LockFileManager Locked(IndexPath); in writeIndex() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp1085 llvm::LockFileManager Locked(ModuleFileName); in compileAndLoadModule() local
/external/mesa3d/src/imgui/
Dimgui.h2056 …bool Locked; // Marked as Locked by ImGui::NewFrame() so attemp… member