Home
last modified time | relevance | path

Searched refs:Guard (Results 101 – 125 of 9150) sorted by relevance

12345678910>>...366

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DScopeGuard.h18 class Guard {
20 Guard() = default;
21 Guard(const Guard &other) = delete;
22 Guard &operator=(const Guard &other) = delete;
23 Guard(Guard &&other) = default;
24 Guard &operator=(Guard &&other) = default;
25 virtual ~Guard() = default;
32 class LambdaGuard final : public Guard {
61 unique_ptr<Guard> create_lambda_guard(F &&f) { in create_lambda_guard()
65 std::shared_ptr<Guard> create_shared_lambda_guard(F &&f) { in create_shared_lambda_guard()
/dports/games/dunelegacy/dunelegacy-0.96.4/data/maps/multiplayer/
H A D4P - 128x128 - Hungry Hippos.ini157 ID683=Ordos,Carryall,256,9805,192,Area Guard
158 ID684=Fremen,Carryall,256,9778,64,Area Guard
161 ID687=Ordos,Carryall,256,9806,192,Area Guard
162 ID688=Fremen,Carryall,256,9777,64,Area Guard
165 ID691=Ordos,Carryall,256,9808,192,Area Guard
166 ID692=Fremen,Carryall,256,9775,64,Area Guard
169 ID695=Ordos,Carryall,256,9807,192,Area Guard
170 ID696=Fremen,Carryall,256,9776,64,Area Guard
173 ID699=Ordos,Carryall,256,9679,192,Area Guard
174 ID700=Fremen,Carryall,256,9648,64,Area Guard
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/data/maps/singleplayer/
H A D5P - 128x128 - Sardaukar Base.ini182 ID187=Sardaukar,MCV,256,7557,64,Area Guard
191 ID239=Player1,Quad,256,2936,64,Area Guard
192 ID240=Player1,Quad,256,3064,64,Area Guard
193 ID241=Player1,Quad,256,3192,64,Area Guard
194 ID242=Player1,Tank,256,2937,64,Area Guard
197 ID245=Player2,Quad,256,4063,64,Area Guard
198 ID246=Player2,Quad,256,4191,64,Area Guard
199 ID247=Player2,Quad,256,4319,64,Area Guard
200 ID248=Player2,Tank,256,4064,64,Area Guard
203 ID251=Player3,Quad,256,12497,64,Area Guard
[all …]
H A D5P - 128x128 - Sardaukar Base Easy.ini164 ID187=Sardaukar,MCV,256,7557,64,Area Guard
173 ID239=Player1,Quad,256,2936,64,Area Guard
174 ID240=Player1,Quad,256,3064,64,Area Guard
175 ID241=Player1,Quad,256,3192,64,Area Guard
176 ID242=Player1,Tank,256,2937,64,Area Guard
179 ID245=Player2,Quad,256,4063,64,Area Guard
180 ID246=Player2,Quad,256,4191,64,Area Guard
181 ID247=Player2,Quad,256,4319,64,Area Guard
182 ID248=Player2,Tank,256,4064,64,Area Guard
185 ID251=Player3,Quad,256,12497,64,Area Guard
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/animations/source/animcore/
H A Danimcore.cxx67 using ::osl::Guard;
401 Guard< Mutex > aGuard( maMutex ); in hasMoreElements()
408 Guard< Mutex > aGuard( maMutex ); in nextElement()
929 Guard< Mutex > aGuard( maMutex ); in getType()
937 Guard< Mutex > aGuard( maMutex ); in getBegin()
945 Guard< Mutex > aGuard( maMutex ); in setBegin()
957 Guard< Mutex > aGuard( maMutex ); in getDuration()
965 Guard< Mutex > aGuard( maMutex ); in setDuration()
977 Guard< Mutex > aGuard( maMutex ); in getEnd()
985 Guard< Mutex > aGuard( maMutex ); in setEnd()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/animations/source/animcore/
H A Danimcore.cxx67 using ::osl::Guard;
377 Guard< Mutex > aGuard( maMutex ); in hasMoreElements()
384 Guard< Mutex > aGuard( maMutex ); in nextElement()
871 Guard< Mutex > aGuard( maMutex ); in getType()
879 Guard< Mutex > aGuard( maMutex ); in getBegin()
887 Guard< Mutex > aGuard( maMutex ); in setBegin()
899 Guard< Mutex > aGuard( maMutex ); in getDuration()
907 Guard< Mutex > aGuard( maMutex ); in setDuration()
919 Guard< Mutex > aGuard( maMutex ); in getEnd()
927 Guard< Mutex > aGuard( maMutex ); in setEnd()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/locks/
H A Dshared_spin_lock.h90 class Guard
107 Guard(Shared_spin_lock &target,
114 virtual ~Guard();
141 Shared_spin_lock::Guard &acquire(enum_lock_acquisition acquisition,
148 Shared_spin_lock::Guard &release();
157 Guard(Shared_spin_lock::Guard const &);
160 Shared_spin_lock::Guard &operator=(Shared_spin_lock::Guard const &);
163 friend class Shared_spin_lock::Guard;
H A Dshared_spin_lock.cc29 lock::Shared_spin_lock::Guard::Guard( in Guard() function in lock::Shared_spin_lock::Guard
41 lock::Shared_spin_lock::Guard::~Guard() { this->release(); } in ~Guard()
43 lock::Shared_spin_lock *lock::Shared_spin_lock::Guard::operator->() in operator ->()
48 lock::Shared_spin_lock &lock::Shared_spin_lock::Guard::operator*() in operator *()
53 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::acquire( in acquire()
102 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::release() in release()
128 lock::Shared_spin_lock::Guard::Guard(const Shared_spin_lock::Guard &rhs) in Guard() function in lock::Shared_spin_lock::Guard
133 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::operator=( in operator =()
134 Shared_spin_lock::Guard const &) in operator =()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/locks/
H A Dshared_spin_lock.h91 class Guard
108 Guard(Shared_spin_lock &target,
115 virtual ~Guard();
142 Shared_spin_lock::Guard &acquire(enum_lock_acquisition acquisition,
149 Shared_spin_lock::Guard &release();
158 Guard(Shared_spin_lock::Guard const &);
161 Shared_spin_lock::Guard &operator=(Shared_spin_lock::Guard const &);
164 friend class Shared_spin_lock::Guard;
H A Dshared_spin_lock.cc29 lock::Shared_spin_lock::Guard::Guard( in Guard() function in lock::Shared_spin_lock::Guard
41 lock::Shared_spin_lock::Guard::~Guard() { this->release(); } in ~Guard()
43 lock::Shared_spin_lock *lock::Shared_spin_lock::Guard::operator->() in operator ->()
48 lock::Shared_spin_lock &lock::Shared_spin_lock::Guard::operator*() in operator *()
53 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::acquire( in acquire()
102 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::release() in release()
128 lock::Shared_spin_lock::Guard::Guard(const Shared_spin_lock::Guard &rhs) in Guard() function in lock::Shared_spin_lock::Guard
133 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::operator=( in operator =()
134 Shared_spin_lock::Guard const &) in operator =()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/locks/
H A Dshared_spin_lock.h91 class Guard
108 Guard(Shared_spin_lock &target,
115 virtual ~Guard();
142 Shared_spin_lock::Guard &acquire(enum_lock_acquisition acquisition,
149 Shared_spin_lock::Guard &release();
158 Guard(Shared_spin_lock::Guard const &);
161 Shared_spin_lock::Guard &operator=(Shared_spin_lock::Guard const &);
164 friend class Shared_spin_lock::Guard;
H A Dshared_spin_lock.cc29 lock::Shared_spin_lock::Guard::Guard( in Guard() function in lock::Shared_spin_lock::Guard
41 lock::Shared_spin_lock::Guard::~Guard() { this->release(); } in ~Guard()
43 lock::Shared_spin_lock *lock::Shared_spin_lock::Guard::operator->() in operator ->()
48 lock::Shared_spin_lock &lock::Shared_spin_lock::Guard::operator*() in operator *()
53 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::acquire( in acquire()
102 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::release() in release()
128 lock::Shared_spin_lock::Guard::Guard(const Shared_spin_lock::Guard &rhs) in Guard() function in lock::Shared_spin_lock::Guard
133 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::operator=( in operator =()
134 Shared_spin_lock::Guard const &) in operator =()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/locks/
H A Dshared_spin_lock.h90 class Guard
107 Guard(Shared_spin_lock &target,
114 virtual ~Guard();
141 Shared_spin_lock::Guard &acquire(enum_lock_acquisition acquisition,
148 Shared_spin_lock::Guard &release();
157 Guard(Shared_spin_lock::Guard const &);
160 Shared_spin_lock::Guard &operator=(Shared_spin_lock::Guard const &);
163 friend class Shared_spin_lock::Guard;
H A Dshared_spin_lock.cc29 lock::Shared_spin_lock::Guard::Guard( in Guard() function in lock::Shared_spin_lock::Guard
41 lock::Shared_spin_lock::Guard::~Guard() { this->release(); } in ~Guard()
43 lock::Shared_spin_lock *lock::Shared_spin_lock::Guard::operator->() in operator ->()
48 lock::Shared_spin_lock &lock::Shared_spin_lock::Guard::operator*() in operator *()
53 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::acquire( in acquire()
102 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::release() in release()
128 lock::Shared_spin_lock::Guard::Guard(const Shared_spin_lock::Guard &rhs) in Guard() function in lock::Shared_spin_lock::Guard
133 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::operator=( in operator =()
134 Shared_spin_lock::Guard const &) in operator =()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/locks/
H A Dshared_spin_lock.h91 class Guard
108 Guard(Shared_spin_lock &target,
115 virtual ~Guard();
142 Shared_spin_lock::Guard &acquire(enum_lock_acquisition acquisition,
149 Shared_spin_lock::Guard &release();
158 Guard(Shared_spin_lock::Guard const &);
161 Shared_spin_lock::Guard &operator=(Shared_spin_lock::Guard const &);
164 friend class Shared_spin_lock::Guard;
H A Dshared_spin_lock.cc29 lock::Shared_spin_lock::Guard::Guard( in Guard() function in lock::Shared_spin_lock::Guard
41 lock::Shared_spin_lock::Guard::~Guard() { this->release(); } in ~Guard()
43 lock::Shared_spin_lock *lock::Shared_spin_lock::Guard::operator->() in operator ->()
48 lock::Shared_spin_lock &lock::Shared_spin_lock::Guard::operator*() in operator *()
53 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::acquire( in acquire()
102 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::release() in release()
128 lock::Shared_spin_lock::Guard::Guard(const Shared_spin_lock::Guard &rhs) in Guard() function in lock::Shared_spin_lock::Guard
133 lock::Shared_spin_lock::Guard &lock::Shared_spin_lock::Guard::operator=( in operator =()
134 Shared_spin_lock::Guard const &) in operator =()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dmutex.h38 class ARROW_EXPORT Guard {
40 Guard() : locked_(NULLPTR, [](Mutex* mutex) {}) {} in Guard() function
41 Guard(Guard&&) = default;
42 Guard& operator=(Guard&&) = default;
49 explicit Guard(Mutex* locked);
55 Guard TryLock();
56 Guard Lock();
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dmutex.h38 class ARROW_EXPORT Guard {
40 Guard() : locked_(NULLPTR, [](Mutex* mutex) {}) {} in Guard() function
41 Guard(Guard&&) = default;
42 Guard& operator=(Guard&&) = default;
49 explicit Guard(Mutex* locked);
55 Guard TryLock();
56 Guard Lock();
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/arc-swap-1.5.0/src/
H A Daccess.rs94 use super::{ArcSwapAny, Guard};
106 type Guard: Deref<Target = T>; typedef
112 fn load(&self) -> Self::Guard; in load() argument
116 type Guard = A::Guard; typedef
117 fn load(&self) -> Self::Guard { in load() argument
123 type Guard = Guard<T, S>; typedef
125 fn load(&self) -> Self::Guard { in load() argument
200 A::Guard: 'static,
252 type Guard = DynGuard<T>; typedef
318 type Guard = MapGuard<A::Guard, F, T, R>; typedef
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/arc-swap-1.3.2/src/
H A Daccess.rs94 use super::{ArcSwapAny, Guard};
106 type Guard: Deref<Target = T>; typedef
112 fn load(&self) -> Self::Guard; in load() argument
116 type Guard = A::Guard; typedef
117 fn load(&self) -> Self::Guard { in load() argument
123 type Guard = Guard<T, S>; typedef
125 fn load(&self) -> Self::Guard { in load() argument
200 A::Guard: 'static,
252 type Guard = DynGuard<T>; typedef
318 type Guard = MapGuard<A::Guard, F, T, R>; typedef
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/arc-swap-1.3.0/src/
H A Daccess.rs94 use super::{ArcSwapAny, Guard};
106 type Guard: Deref<Target = T>; typedef
112 fn load(&self) -> Self::Guard; in load() argument
116 type Guard = A::Guard; typedef
117 fn load(&self) -> Self::Guard { in load() argument
123 type Guard = Guard<T, S>; typedef
125 fn load(&self) -> Self::Guard { in load() argument
200 A::Guard: 'static,
252 type Guard = DynGuard<T>; typedef
318 type Guard = MapGuard<A::Guard, F, T, R>; typedef
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/arc-swap-1.4.0/src/
H A Daccess.rs94 use super::{ArcSwapAny, Guard};
106 type Guard: Deref<Target = T>; typedef
112 fn load(&self) -> Self::Guard; in load() argument
116 type Guard = A::Guard; typedef
117 fn load(&self) -> Self::Guard { in load() argument
123 type Guard = Guard<T, S>; typedef
125 fn load(&self) -> Self::Guard { in load() argument
200 A::Guard: 'static,
252 type Guard = DynGuard<T>; typedef
318 type Guard = MapGuard<A::Guard, F, T, R>; typedef
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/arc-swap-1.3.2/src/
H A Daccess.rs94 use super::{ArcSwapAny, Guard};
106 type Guard: Deref<Target = T>; typedef
112 fn load(&self) -> Self::Guard; in load() argument
116 type Guard = A::Guard; typedef
117 fn load(&self) -> Self::Guard { in load() argument
123 type Guard = Guard<T, S>; typedef
125 fn load(&self) -> Self::Guard { in load() argument
200 A::Guard: 'static,
252 type Guard = DynGuard<T>; typedef
318 type Guard = MapGuard<A::Guard, F, T, R>; typedef
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DGuardUtils.cpp27 CallInst *Guard) { in makeGuardControlFlowExplicit() argument
28 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
29 SmallVector<Value *, 4> Args(std::next(Guard->arg_begin()), Guard->arg_end()); in makeGuardControlFlowExplicit()
31 auto *CheckBB = Guard->getParent(); in makeGuardControlFlowExplicit()
33 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
44 if (auto *MD = Guard->getMetadata(LLVMContext::MD_make_implicit)) in makeGuardControlFlowExplicit()
47 MDBuilder MDB(Guard->getContext()); in makeGuardControlFlowExplicit()
61 DeoptCall->setCallingConv(Guard->getCallingConv()); in makeGuardControlFlowExplicit()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DGuardUtils.cpp28 CallInst *Guard) { in makeGuardControlFlowExplicit() argument
29 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
30 SmallVector<Value *, 4> Args(std::next(Guard->arg_begin()), Guard->arg_end()); in makeGuardControlFlowExplicit()
32 auto *CheckBB = Guard->getParent(); in makeGuardControlFlowExplicit()
34 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
45 if (auto *MD = Guard->getMetadata(LLVMContext::MD_make_implicit)) in makeGuardControlFlowExplicit()
48 MDBuilder MDB(Guard->getContext()); in makeGuardControlFlowExplicit()
62 DeoptCall->setCallingConv(Guard->getCallingConv()); in makeGuardControlFlowExplicit()

12345678910>>...366