Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h57 std::string m_dispatch_queue_name; variable
H A DThreadMachCore.cpp37 : Thread(process, tid), m_thread_name(), m_dispatch_queue_name(), in ThreadMachCore()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h157 std::string m_dispatch_queue_name; variable
H A DMachThread.cpp35 m_dispatch_queue_name(), m_is_64_bit(is_64_bit), in MachThread()