9#ifndef LLDB_API_SBQUEUE_H
10#define LLDB_API_SBQUEUE_H
29 explicit operator bool()
const;
uint32_t GetKind(uint32_t data)
Return the type kind encoded in the given data.
static llvm::StringRef GetName(XcodeSDK::Type type)
uint32_t GetNumPendingItems()
lldb::SBProcess GetProcess()
const SBQueue & operator=(const lldb::SBQueue &rhs)
lldb::SBThread GetThreadAtIndex(uint32_t)
uint32_t GetIndexID() const
uint32_t GetNumRunningItems()
lldb::queue_id_t GetQueueID() const
std::shared_ptr< lldb_private::QueueImpl > m_opaque_sp
lldb::SBQueueItem GetPendingItemAtIndex(uint32_t)
void SetQueue(const lldb::QueueSP &queue_sp)
std::shared_ptr< lldb_private::Queue > QueueSP