Searched refs:LockingAdaptedIterable (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Iterable.h | 171 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 D | ThreadCollection.h | 23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter,
|
H A D | QueueList.h | 51 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter,
|
H A D | TargetList.h | 47 typedef LockingAdaptedIterable<collection, lldb::TargetSP, vector_adapter,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | WatchpointResource.h | 42 typedef LockingAdaptedIterable<WatchpointCollection, lldb::WatchpointSP,
|
H A D | BreakpointList.h | 166 typedef LockingAdaptedIterable<bp_collection, lldb::BreakpointSP,
|
H A D | WatchpointList.h | 42 typedef LockingAdaptedIterable<wp_collection, lldb::WatchpointSP,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 524 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,
|
H A D | ModuleSpec.h | 392 typedef LockingAdaptedIterable<collection, ModuleSpec, vector_adapter,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 59 typedef LockingAdaptedIterable<thread_collection, NativeThreadProtocol &,
|