Home
last modified time | relevance | path

Searched defs:Guard (Results 1 – 25 of 126) sorted by relevance

123456

/external/llvm-project/compiler-rt/lib/xray/
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 …]
Dxray_init.cpp64 SpinMutexLock Guard(&XRayInitMutex); in __xray_init() local
84 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_init() local
Dxray_buffer_queue.cpp71 SpinMutexLock Guard(&Mutex); in init() local
167 SpinMutexLock Guard(&Mutex); in getBuffer() local
189 SpinMutexLock Guard(&Mutex); in releaseBuffer() local
Dxray_interface.cpp219 SpinMutexLock Guard(&XRayInstrMapMutex); in patchFunction() local
277 SpinMutexLock Guard(&XRayInstrMapMutex); in controlPatching() local
344 SpinMutexLock Guard(&XRayInstrMapMutex); in mprotectAndPatchFunction() local
496 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_function_address() local
516 SpinMutexLock Guard(&XRayInstrMapMutex); in __xray_max_function_id() local
/external/llvm-project/llvm/lib/IR/
DPassRegistry.cpp42 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
48 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
58 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local
74 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local
98 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local
119 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local
124 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassRegistry.cpp42 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
48 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
58 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local
74 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local
98 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local
119 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local
124 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
/external/llvm/lib/IR/
DPassRegistry.cpp38 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
44 sys::SmartScopedReader<true> Guard(Lock); in getPassInfo() local
54 sys::SmartScopedWriter<true> Guard(Lock); in registerPass() local
70 sys::SmartScopedReader<true> Guard(Lock); in enumerateWith() local
94 sys::SmartScopedWriter<true> Guard(Lock); in registerAnalysisGroup() local
117 sys::SmartScopedWriter<true> Guard(Lock); in addRegistrationListener() local
122 sys::SmartScopedWriter<true> Guard(Lock); in removeRegistrationListener() local
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp40 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertFile() local
60 std::lock_guard<std::recursive_mutex> Guard(Mutex); in encode() local
165 std::lock_guard<std::recursive_mutex> Guard(Mutex); in finalize() local
267 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertString() local
283 std::lock_guard<std::recursive_mutex> Guard(Mutex); in addFunctionInfo() local
290 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local
299 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local
307 std::lock_guard<std::recursive_mutex> Guard(Mutex); in getNumFunctionInfos() local
318 std::lock_guard<std::recursive_mutex> Guard(Mutex); in hasFunctionInfoForAddress() local
/external/rust/crates/crossbeam-epoch/src/
Dguard.rs70 pub struct Guard { struct
74 impl Guard { impl
403 impl Drop for Guard { implementation
412 impl fmt::Debug for Guard { implementation
Dinternal.rs261 pub(crate) fn push_bag(&self, bag: &mut Bag, guard: &Guard) { in push_bag()
278 pub(crate) fn collect(&self, guard: &Guard) { in collect()
437 pub(crate) unsafe fn defer(&self, mut deferred: Deferred, guard: &Guard) { in defer()
446 pub(crate) fn flush(&self, guard: &Guard) { in flush()
458 pub(crate) fn pin(&self) -> Guard { in pin()
624 unsafe fn finalize(entry: &Entry, guard: &Guard) { in finalize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DGsymCreator.cpp34 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertFile() local
54 std::lock_guard<std::recursive_mutex> Guard(Mutex); in encode() local
158 std::lock_guard<std::recursive_mutex> Guard(Mutex); in finalize() local
248 std::lock_guard<std::recursive_mutex> Guard(Mutex); in insertString() local
255 std::lock_guard<std::recursive_mutex> Guard(Mutex); in addFunctionInfo() local
261 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local
270 std::lock_guard<std::recursive_mutex> Guard(Mutex); in forEachFunctionInfo() local
/external/rust/crates/futures-util/src/io/
Dread_to_end.rs31 struct Guard<'a> { struct
36 impl Drop for Guard<'_> { argument
/external/rust/crates/tokio/src/task/
Dtask_local.rs219 struct Guard<'a, T: 'static> { in with_task() struct
220 local: &'static LocalKey<T>, in with_task()
221 slot: &'a mut Option<T>, in with_task()
222 prev: Option<T>, in with_task()
225 impl<T> Drop for Guard<'_, T> { in with_task() implementation
/external/rust/crates/tokio/src/io/
Dsplit.rs58 struct Guard<'a, T> { struct
59 inner: &'a Inner<T>,
151 impl<T> Guard<'_, T> { impl
159 impl<T> Drop for Guard<'_, T> { implementation
/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java307 public abstract static class Guard { class in Monitor
320 protected Guard(Monitor monitor) { in Guard() method in Monitor.Guard
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMakeGuardsExplicit.cpp58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm()
88 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMakeGuardsExplicit.cpp58 static void turnToExplicitForm(CallInst *Guard, Function *DeoptIntrinsic) { in turnToExplicitForm()
88 for (auto *Guard : GuardIntrinsics) in explicifyGuards() local
DLoopPredication.cpp401 Instruction *Guard, in expandCheck()
565 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop()
614 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop()
677 Instruction *Guard) { in widenICmpRangeCheck()
742 Instruction *Guard) { in collectChecks()
793 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions()
1240 for (auto *Guard : Guards) in runOnLoop() local
1242 for (auto *Guard : GuardsAsWidenableBranches) in runOnLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp42 std::lock_guard<sys::Mutex> Guard(Lock); in clearAnnotationCache() local
47 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local
73 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local
107 std::lock_guard<sys::Mutex> Guard(Lock); in findOneNVVMAnnotation() local
121 std::lock_guard<sys::Mutex> Guard(Lock); in findAllNVVMAnnotation() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp42 std::lock_guard<sys::Mutex> Guard(Lock); in clearAnnotationCache() local
47 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local
73 std::lock_guard<sys::Mutex> Guard(Lock); in cacheAnnotationFromMD() local
107 std::lock_guard<sys::Mutex> Guard(Lock); in findOneNVVMAnnotation() local
121 std::lock_guard<sys::Mutex> Guard(Lock); in findAllNVVMAnnotation() local
/external/llvm-project/llvm/unittests/Analysis/
DLoopInfoTest.cpp264 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
323 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
382 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
441 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
500 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
560 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
619 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
675 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
734 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
793 BranchInst *Guard = dyn_cast<BranchInst>(Entry->getTerminator()); in TEST() local
[all …]
/external/pdfium/third_party/base/allocator/partition_allocator/
Dspin_lock.h28 using Guard = std::lock_guard<SpinLock>; variable
/external/llvm-project/clang-tools-extra/clangd/support/
DLogger.cpp37 std::lock_guard<std::mutex> Guard(Mu); in logImpl() local
56 std::lock_guard<std::mutex> Guard(StreamMutex); in log() local
/external/llvm-project/llvm/unittests/Support/
DThreadPool.cpp191 std::lock_guard<std::mutex> Guard(AllThreadsLock); in RunOnAllSockets() local
196 std::lock_guard<std::mutex> Guard(Lock); in RunOnAllSockets() local
203 std::unique_lock<std::mutex> Guard(AllThreadsLock); in RunOnAllSockets() local
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp39 MutexGuard Guard(Lock); in clearAnnotationCache() local
44 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local
70 MutexGuard Guard(Lock); in cacheAnnotationFromMD() local
104 MutexGuard Guard(Lock); in findOneNVVMAnnotation() local
118 MutexGuard Guard(Lock); in findAllNVVMAnnotation() local

123456