Searched refs:LockingAdaptedIterable (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Iterable.h | 171 class LockingAdaptedIterable : public AdaptedIterable<C, E, A> { 173 LockingAdaptedIterable(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;
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ThreadCollection.h | 23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter,
|
D | QueueList.h | 51 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter,
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointList.h | 163 typedef LockingAdaptedIterable<bp_collection, lldb::BreakpointSP,
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ModuleList.h | 491 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,
|