Home
last modified time | relevance | path

Searched refs:m_dispatch_queue_name (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp37 : Thread(process, tid), m_thread_name(), m_dispatch_queue_name(), in ThreadGDBRemote()
70 m_dispatch_queue_name.clear(); in ClearQueueInfo()
81 m_dispatch_queue_name = queue_name; in SetQueueInfo()
94 if (m_dispatch_queue_name.empty()) in GetQueueName()
97 return m_dispatch_queue_name.c_str(); in GetQueueName()
110 m_dispatch_queue_name = in GetQueueName()
113 m_dispatch_queue_name.clear(); in GetQueueName()
115 if (!m_dispatch_queue_name.empty()) in GetQueueName()
116 return m_dispatch_queue_name.c_str(); in GetQueueName()
H A DThreadGDBRemote.h97 std::string m_dispatch_queue_name; variable
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h58 std::string m_dispatch_queue_name; variable
H A DThreadMachCore.cpp38 : Thread(process, tid), m_thread_name(), m_dispatch_queue_name(), in ThreadMachCore()
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h65 std::string m_dispatch_queue_name; variable
H A DThreadKDP.cpp40 : Thread(process, tid), m_thread_name(), m_dispatch_queue_name(), in ThreadKDP()
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h157 std::string m_dispatch_queue_name; variable
H A DMachThread.cpp34 m_num_reg_sets(0), m_extended_info(), m_dispatch_queue_name(), in MachThread()