Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp42 m_associated_with_libdispatch_queue(eLazyBoolCalculate) { in ThreadGDBRemote()
67 m_associated_with_libdispatch_queue = eLazyBoolCalculate; in ClearQueueInfo()
78 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetQueueInfo()
94 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueName()
124 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueKind()
148 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueID()
207 return m_associated_with_libdispatch_queue; in GetAssociatedWithLibdispatchQueue()
212 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetAssociatedWithLibdispatchQueue()
H A DThreadGDBRemote.h102 lldb_private::LazyBool m_associated_with_libdispatch_queue; variable