Lines Matching refs:m_thread_dispatch_qaddr
38 m_thread_dispatch_qaddr(LLDB_INVALID_ADDRESS), in ThreadGDBRemote()
104 if (m_thread_dispatch_qaddr != 0 && in GetQueueName()
105 m_thread_dispatch_qaddr != LLDB_INVALID_ADDRESS) { in GetQueueName()
111 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName()
134 if (m_thread_dispatch_qaddr != 0 && in GetQueueKind()
135 m_thread_dispatch_qaddr != LLDB_INVALID_ADDRESS) { in GetQueueKind()
140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
158 if (m_thread_dispatch_qaddr != 0 && in GetQueueID()
159 m_thread_dispatch_qaddr != LLDB_INVALID_ADDRESS) { in GetQueueID()
164 return runtime->GetQueueIDFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueID()
185 if (m_thread_dispatch_qaddr != 0 && in GetQueueLibdispatchQueueAddress()
186 m_thread_dispatch_qaddr != LLDB_INVALID_ADDRESS) { in GetQueueLibdispatchQueueAddress()
193 m_thread_dispatch_qaddr); in GetQueueLibdispatchQueueAddress()
207 return m_thread_dispatch_qaddr != 0 && in ThreadHasQueueInformation()
208 m_thread_dispatch_qaddr != LLDB_INVALID_ADDRESS && in ThreadHasQueueInformation()