Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp39 m_dispatch_queue_t(LLDB_INVALID_ADDRESS), m_queue_kind(eQueueKindUnknown), in ThreadGDBRemote()
63 m_queue_kind = eQueueKindUnknown; in ClearQueueInfo()
74 m_queue_kind = queue_kind; in SetQueueInfo()
120 return m_queue_kind; in GetQueueKind()
132 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
133 return m_queue_kind; in GetQueueKind()
202 m_queue_kind != eQueueKindUnknown && m_queue_serial_number != 0; in ThreadHasQueueInformation()
DThreadGDBRemote.h99 m_queue_kind; // Queue info from stop reply/stop info for thread variable
109 return m_queue_kind != lldb::eQueueKindUnknown; in CachedQueueInfoIsValid()