Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DIterable.h171 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/
DThreadCollection.h23 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter,
DQueueList.h51 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter,
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointList.h163 typedef LockingAdaptedIterable<bp_collection, lldb::BreakpointSP,
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h491 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,