Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp39 m_dispatch_queue_t(LLDB_INVALID_ADDRESS), m_queue_kind(eQueueKindUnknown), in ThreadGDBRemote()
71 m_queue_kind = eQueueKindUnknown; in ClearQueueInfo()
82 m_queue_kind = queue_kind; in SetQueueInfo()
128 return m_queue_kind; in GetQueueKind()
140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
141 return m_queue_kind; in GetQueueKind()
210 m_queue_kind != eQueueKindUnknown && m_queue_serial_number != 0; in ThreadHasQueueInformation()
H A DThreadGDBRemote.h101 m_queue_kind; // Queue info from stop reply/stop info for thread variable
113 return m_queue_kind != lldb::eQueueKindUnknown; in CachedQueueInfoIsValid()