Home
last modified time | relevance | path

Searched refs:Guard (Results 226 – 250 of 11198) sorted by relevance

12345678910>>...448

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load/
H A Dguard.go9 type Guard struct { struct
14 func NewGuard() *Guard {
15 return &Guard{
20 func (g *Guard) AddMutexForPkg(pkg *packages.Package) { argument
24 func (g *Guard) MutexForPkg(pkg *packages.Package) *sync.Mutex { argument
28 func (g *Guard) Mutex() *sync.Mutex { argument
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load/
H A Dguard.go9 type Guard struct { struct
14 func NewGuard() *Guard {
15 return &Guard{
20 func (g *Guard) AddMutexForPkg(pkg *packages.Package) { argument
24 func (g *Guard) MutexForPkg(pkg *packages.Package) *sync.Mutex { argument
28 func (g *Guard) Mutex() *sync.Mutex { argument
/dports/graphics/panomatic/panomatic-0.9.4/zthread/include/zthread/
H A DLockedQueue.h67 Guard<LockType> g(_lock); in add()
83 Guard<LockType> g(_lock, timeout); in add()
101 Guard<LockType> g(_lock); in next()
122 Guard<LockType> g(_lock, timeout); in next()
143 Guard<LockType> g(_lock); in cancel()
158 Guard<LockType> g(_lock); in isCanceled()
169 Guard<LockType> g(_lock); in size()
179 Guard<LockType> g(_lock, timeout); in size()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-4.0.0-beta.8/src/
H A Dguard.rs40 pub trait Guard { trait
45 impl Guard for Rc<dyn Guard> {
76 impl<F> Guard for FnGuard<F>
85 impl<F> Guard for F
122 impl Guard for AnyGuard {
162 impl Guard for AllGuard {
179 pub struct NotGuard(Box<dyn Guard>);
181 impl Guard for NotGuard {
191 impl Guard for MethodGuard {
259 impl Guard for HeaderGuard {
[all …]
/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_mutex.h77 class Guard
85 explicit Guard(Mutex& mutex);
86 Guard(Mutex& mutex,
88 Guard(Mutex& mutex,
90 Guard(Mutex& mutex,
95 Guard(ICoroSync::Ptr sync,
99 ~Guard();
/dports/devel/p5-Scope-Guard/Scope-Guard-0.21/t/
H A Dnew.t18 Scope::Guard->new(sub { $test_1 = 'modified test_1' }); # void context: blow up
33 my $guard = Scope::Guard->new(sub { $test_3 = 'modified test_3' });
47 my $guard = Scope::Guard->new(sub { $test_5 = 'modified test_5' });
66 …my $guard = Scope::Guard->new(sub { $test_7 = 'modified test_7' }); # not called (due to dismiss())
80 …my $guard = Scope::Guard->new(sub { $test_9 = 'modified test_9' }); # not called (due to dismiss())
94 my $guard = Scope::Guard->new(sub { $test_11 = 'modified test_11' });
109 my $guard = Scope::Guard->new(sub { $test_13 = 'modified test_13' });
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp408 IRBuilder<> Builder(Guard); in expandCheck()
564 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop() argument
586 if (!isSafeToExpandAt(LatchStart, Guard, *SE) || in widenICmpRangeCheckIncrementingLoop()
587 !isSafeToExpandAt(LatchLimit, Guard, *SE)) { in widenICmpRangeCheckIncrementingLoop()
613 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop() argument
795 LLVM_DEBUG(Guard->dump()); in widenGuardConditions()
800 Guard); in widenGuardConditions()
809 auto *OldCond = Guard->getOperand(0); in widenGuardConditions()
810 Guard->setOperand(0, AllChecks); in widenGuardConditions()
1239 for (auto *Guard : Guards) in runOnLoop() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopPredication.cpp408 IRBuilder<> Builder(Guard); in expandCheck()
564 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop() argument
586 if (!isSafeToExpandAt(LatchStart, Guard, *SE) || in widenICmpRangeCheckIncrementingLoop()
587 !isSafeToExpandAt(LatchLimit, Guard, *SE)) { in widenICmpRangeCheckIncrementingLoop()
613 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop() argument
795 LLVM_DEBUG(Guard->dump()); in widenGuardConditions()
800 Guard); in widenGuardConditions()
809 auto *OldCond = Guard->getOperand(0); in widenGuardConditions()
810 Guard->setOperand(0, AllChecks); in widenGuardConditions()
1239 for (auto *Guard : Guards) in runOnLoop() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp408 IRBuilder<> Builder(Guard); in expandCheck()
565 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop() argument
587 if (!isSafeToExpandAt(LatchStart, Guard, *SE) || in widenICmpRangeCheckIncrementingLoop()
588 !isSafeToExpandAt(LatchLimit, Guard, *SE)) { in widenICmpRangeCheckIncrementingLoop()
614 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop() argument
796 LLVM_DEBUG(Guard->dump()); in widenGuardConditions()
801 Guard); in widenGuardConditions()
810 auto *OldCond = Guard->getOperand(0); in widenGuardConditions()
811 Guard->setOperand(0, AllChecks); in widenGuardConditions()
1240 for (auto *Guard : Guards) in runOnLoop() local
[all …]
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/db/
H A DGuard.h21 class Guard : public MH {
38 Guard ();
39 Guard (const Guard&);
40 Guard (int sid, TYPE type, double value);
42 Guard& operator=(const Guard&);
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/property/
H A DMasterPropertySet.cxx94 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in setPropertyValue()
96 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in setPropertyValue()
114 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard2; in setPropertyValue()
127 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in getPropertyValue()
129 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in getPropertyValue()
148 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard2; in getPropertyValue()
183 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in setPropertyValues()
185 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in setPropertyValues()
246 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in getPropertyValues()
248 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in getPropertyValues()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/msm/front/
H A Dfunctor_row.hpp53 typedef GUARD Guard; typedef
78 typedef none Guard; typedef
89 typedef none Guard; typedef
107 typedef GUARD Guard; typedef
125 typedef none Guard; typedef
143 typedef GUARD Guard; typedef
160 typedef GUARD Guard; typedef
184 typedef none Guard; typedef
199 typedef GUARD Guard; typedef
222 typedef none Guard; typedef
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/property/
H A DMasterPropertySet.cxx90 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in setPropertyValue()
92 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in setPropertyValue()
110 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard2; in setPropertyValue()
123 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in getPropertyValue()
125 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in getPropertyValue()
144 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard2; in getPropertyValue()
179 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in setPropertyValues()
181 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in setPropertyValues()
242 std::unique_ptr< osl::Guard< comphelper::SolarMutex > > xMutexGuard; in getPropertyValues()
244 xMutexGuard.reset( new osl::Guard< comphelper::SolarMutex >(mpMutex) ); in getPropertyValues()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/xray/
H A Dxray_log_interface.cc71 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
87 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
101 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
110 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
118 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
125 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
134 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
142 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
163 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
182 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Dlistenercontainer.hxx38 typedef EmptyGuard Guard; typedef
192 typedef typename MutexHolderBaseT::Guard Guard; typedef in slideshow::internal::ListenerContainerBase
207 Guard aGuard(*this); in isEmpty()
217 Guard aGuard(*this); in isAdded()
237 Guard aGuard(*this); in add()
266 Guard aGuard(*this); in addSorted()
300 Guard aGuard(*this); in remove()
319 Guard aGuard(*this); in clear()
351 Guard aGuard2(*this); in apply()
387 Guard aGuard2(*this); in applyAll()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/inc/
H A Dlistenercontainer.hxx39 typedef EmptyGuard Guard; typedef
193 typedef typename MutexHolderBaseT::Guard Guard; typedef in slideshow::internal::ListenerContainerBase
208 Guard aGuard(*this); in isEmpty()
218 Guard aGuard(*this); in isAdded()
238 Guard aGuard(*this); in add()
267 Guard aGuard(*this); in addSorted()
301 Guard aGuard(*this); in remove()
320 Guard aGuard(*this); in clear()
352 Guard aGuard2(*this); in apply()
388 Guard aGuard2(*this); in applyAll()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/xray/
H A Dxray_log_interface.cpp70 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_register_mode() local
86 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_select_mode() local
100 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_get_current_mode() local
109 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
117 SpinMutexLock Guard(&XRayImplMutex); in __xray_set_log_impl() local
124 SpinMutexLock Guard(&XRayImplMutex); in __xray_remove_log_impl() local
133 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init() local
141 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode() local
162 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_init_mode_bin() local
181 SpinMutexLock Guard(&XRayImplMutex); in __xray_log_finalize() local
[all …]

12345678910>>...448