Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp37 : Thread(process, tid), m_thread_name(), m_dispatch_queue_name(), in ThreadGDBRemote()
62 m_dispatch_queue_name.clear(); in ClearQueueInfo()
73 m_dispatch_queue_name = queue_name; in SetQueueInfo()
86 if (m_dispatch_queue_name.empty()) in GetQueueName()
89 return m_dispatch_queue_name.c_str(); in GetQueueName()
102 m_dispatch_queue_name = in GetQueueName()
105 m_dispatch_queue_name.clear(); in GetQueueName()
107 if (!m_dispatch_queue_name.empty()) in GetQueueName()
108 return m_dispatch_queue_name.c_str(); in GetQueueName()
DThreadGDBRemote.h95 std::string m_dispatch_queue_name; variable
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h57 std::string m_dispatch_queue_name; variable
DThreadMachCore.cpp34 : Thread(process, tid), m_thread_name(), m_dispatch_queue_name(), in ThreadMachCore()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h65 std::string m_dispatch_queue_name; variable
DThreadKDP.cpp40 : Thread(process, tid), m_thread_name(), m_dispatch_queue_name(), in ThreadKDP()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.h157 std::string m_dispatch_queue_name; variable
DMachThread.cpp35 m_dispatch_queue_name(), m_is_64_bit(is_64_bit), in MachThread()