Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp41 m_associated_with_libdispatch_queue(eLazyBoolCalculate) { in ThreadGDBRemote()
66 m_associated_with_libdispatch_queue = eLazyBoolCalculate; in ClearQueueInfo()
77 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetQueueInfo()
93 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueName()
123 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueKind()
147 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueID()
206 return m_associated_with_libdispatch_queue; in GetAssociatedWithLibdispatchQueue()
211 m_associated_with_libdispatch_queue = associated_with_libdispatch_queue; in SetAssociatedWithLibdispatchQueue()
DThreadGDBRemote.h102 lldb_private::LazyBool m_associated_with_libdispatch_queue; variable