Home
last modified time | relevance | path

Searched refs:eQueueKindUnknown (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp44 m_queue_kind(eQueueKindUnknown), in ThreadGDBRemote()
75 m_queue_kind = eQueueKindUnknown; in ClearQueueInfo()
HDThreadGDBRemote.h114 return m_queue_kind != lldb::eQueueKindUnknown; in CachedQueueInfoIsValid()
HDProcessGDBRemote.cpp2117 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo()
2308 QueueKind queue_kind = eQueueKindUnknown; in SetThreadStopInfo()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDQueue.cpp27 m_kind (eQueueKindUnknown) in Queue()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBQueue.cpp284 lldb::QueueKind kind = eQueueKindUnknown; in GetKind()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h847 eQueueKindUnknown = 0, enumerator