Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DIterable.h172 class LockingAdaptedIterable : public AdaptedIterable<C, E, A> {
174 LockingAdaptedIterable(C &container, MutexType &mutex) in LockingAdaptedIterable() function
179 LockingAdaptedIterable(LockingAdaptedIterable &&rhs) in LockingAdaptedIterable() function
184 ~LockingAdaptedIterable() { in ~LockingAdaptedIterable()
192 LockingAdaptedIterable(const LockingAdaptedIterable &) = delete;
193 LockingAdaptedIterable &operator=(const LockingAdaptedIterable &) = delete;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadCollection.h24 typedef LockingAdaptedIterable<collection, lldb::ThreadSP, vector_adapter,
H A DQueueList.h58 typedef LockingAdaptedIterable<collection, lldb::QueueSP, vector_adapter,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h190 typedef LockingAdaptedIterable<bp_collection, lldb::BreakpointSP,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h579 typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,