Home
last modified time | relevance | path

Searched refs:LockingAdaptedIterable (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h171 class LockingAdaptedIterable : public AdaptedIterable<C, E, A> {
173 LockingAdaptedIterable(const C &container, MutexType &mutex) in LockingAdaptedIterable() function
178 LockingAdaptedIterable(LockingAdaptedIterable &&rhs) in LockingAdaptedIterable() function
183 ~LockingAdaptedIterable() { in ~LockingAdaptedIterable()
191 LockingAdaptedIterable(const LockingAdaptedIterable &) = delete;
192 LockingAdaptedIterable &operator=(const LockingAdaptedIterable &) = delete;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadCollection.h23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter,
H A DQueueList.h51 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter,
H A DTargetList.h47 typedef LockingAdaptedIterable<collection, lldb::TargetSP, vector_adapter,
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h42 typedef LockingAdaptedIterable<WatchpointCollection, lldb::WatchpointSP,
H A DBreakpointList.h166 typedef LockingAdaptedIterable<bp_collection, lldb::BreakpointSP,
H A DWatchpointList.h42 typedef LockingAdaptedIterable<wp_collection, lldb::WatchpointSP,
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h524 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,
H A DModuleSpec.h392 typedef LockingAdaptedIterable<collection, ModuleSpec, vector_adapter,
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h59 typedef LockingAdaptedIterable<thread_collection, NativeThreadProtocol &,