Home
last modified time | relevance | path

Searched refs:m_queue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp27 m_thread_info_valobj_sp(thread_info_valobj_sp), m_queue() {} in ThreadMemoryProvidingNameAndQueue()
33 m_thread_info_valobj_sp(), m_queue(std::string(queue)) {} in ThreadMemoryProvidingNameAndQueue()
H A DThreadMemory.h195 if (!m_queue.empty()) in GetQueueName()
196 return m_queue.c_str(); in GetQueueName()
253 std::string m_queue; variable