Home
last modified time | relevance | path

Searched defs:Lock (Results 1 – 25 of 64) sorted by relevance

123

/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock() function
135 auto Lock = TSCtx.getLock(); in decltype() local
143 auto Lock = TSCtx.getLock(); in decltype() local
151 auto Lock = TSCtx.getLock(); in decltype() local
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock() function
135 auto Lock = TSCtx.getLock(); in decltype() local
143 auto Lock = TSCtx.getLock(); in decltype() local
151 auto Lock = TSCtx.getLock(); in decltype() local
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock() function
135 auto Lock = TSCtx.getLock(); in decltype() local
143 auto Lock = TSCtx.getLock(); in decltype() local
151 auto Lock = TSCtx.getLock(); in decltype() local
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} in Lock() function
135 auto Lock = TSCtx.getLock(); in decltype() local
143 auto Lock = TSCtx.getLock(); in decltype() local
151 auto Lock = TSCtx.getLock(); in decltype() local
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/io/stdio/
Dtests.rs71 type Lock; typedef
72 fn lock(&'a self) -> Self::Lock; in lock()
75 type Lock = StderrLock<'a>; typedef
81 type Lock = StdinLock<'a>; typedef
87 type Lock = StdoutLock<'a>; typedef
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/io/stdio/
Dtests.rs71 type Lock; typedef
72 fn lock(&'a self) -> Self::Lock; in lock()
75 type Lock = StderrLock<'a>; typedef
81 type Lock = StdinLock<'a>; typedef
87 type Lock = StdoutLock<'a>; typedef
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/io/stdio/
Dtests.rs71 type Lock; typedef
72 fn lock(&'a self) -> Self::Lock; in lock()
75 type Lock = StderrLock<'a>; typedef
81 type Lock = StdinLock<'a>; typedef
87 type Lock = StdoutLock<'a>; typedef
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/io/stdio/
Dtests.rs71 type Lock; typedef
72 fn lock(&'a self) -> Self::Lock; in lock()
75 type Lock = StderrLock<'a>; typedef
81 type Lock = StdinLock<'a>; typedef
87 type Lock = StdoutLock<'a>; typedef
/prebuilts/go/linux-x86/src/sync/
Dmutex.go43 Lock() methodSpec
83 func (m *Mutex) Lock() { func
Drwmutex.go142 func (rw *RWMutex) Lock() { func
244 func (r *rlocker) Lock() { (*RWMutex)(r).RLock() } func
Dcond.go121 func (*noCopy) Lock() {} func
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddmo.h25 #define Lock DMOLock macro
Dmsputils.h102 void Lock() { EnterCriticalSection(&m_CritSec); } in Lock() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/
DPassRegistry.h38 mutable sys::SmartRWMutex<true> Lock; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/
DPassRegistry.h38 mutable sys::SmartRWMutex<true> Lock; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/
DPassRegistry.h38 mutable sys::SmartRWMutex<true> Lock; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/
DPassRegistry.h38 mutable sys::SmartRWMutex<true> Lock; variable
/prebuilts/go/linux-x86/src/cmd/go/internal/lockedfile/
Dmutex.go46 func (mu *Mutex) Lock() (unlock func(), err error) { func
/prebuilts/go/linux-x86/src/cmd/go/internal/lockedfile/internal/filelock/
Dfilelock.go41 func Lock(f File) error { func
/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
Dconc.js49 var Lock = java.util.concurrent.locks.ReentrantLock; variable
/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
Dconc.js49 var Lock = java.util.concurrent.locks.ReentrantLock; variable
/prebuilts/go/linux-x86/src/internal/fuzz/
Dpcg.go144 func (*noCopy) Lock() {} func
/prebuilts/build-tools/common/py3-stdlib/asyncio/
Dlocks.py23 class Lock(_ContextManagerMixin, mixins._LoopBoundMixin): class
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dlocks.py24 class Lock(_ContextManagerMixin, mixins._LoopBoundMixin): class
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dlocks.py24 class Lock(_ContextManagerMixin, mixins._LoopBoundMixin): class

123