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.h49 if (!m_queue.empty()) in GetQueueName()
50 return m_queue.c_str(); in GetQueueName()
99 std::string m_queue; variable
H A DThreadMemory.cpp26 m_thread_info_valobj_sp(thread_info_valobj_sp), m_name(), m_queue(), in ThreadMemory()
33 m_name(std::string(name)), m_queue(std::string(queue)), in ThreadMemory()