Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp41 m_associated_with_libdispatch_queue(eLazyBoolCalculate) { in ThreadGDBRemote()
74 m_associated_with_libdispatch_queue = eLazyBoolCalculate; in ClearQueueInfo()
85 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetQueueInfo()
101 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueName()
131 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueKind()
155 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueID()
214 return m_associated_with_libdispatch_queue; in GetAssociatedWithLibdispatchQueue()
219 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetAssociatedWithLibdispatchQueue()
H A DThreadGDBRemote.h104 lldb_private::LazyBool m_associated_with_libdispatch_queue; variable