Lines Matching refs:SBQueue
213 SBQueue::SBQueue() : m_opaque_sp(new QueueImpl()) { LLDB_INSTRUMENT_VA(this); } in SBQueue() function in SBQueue
215 SBQueue::SBQueue(const QueueSP &queue_sp) in SBQueue() function in SBQueue
220 SBQueue::SBQueue(const SBQueue &rhs) { in SBQueue() function in SBQueue
229 const lldb::SBQueue &SBQueue::operator=(const lldb::SBQueue &rhs) { in operator =()
236 SBQueue::~SBQueue() = default;
238 bool SBQueue::IsValid() const { in IsValid()
242 SBQueue::operator bool() const { in operator bool()
248 void SBQueue::Clear() { in Clear()
254 void SBQueue::SetQueue(const QueueSP &queue_sp) { in SetQueue()
258 lldb::queue_id_t SBQueue::GetQueueID() const { in GetQueueID()
264 uint32_t SBQueue::GetIndexID() const { in GetIndexID()
271 const char *SBQueue::GetName() const { in GetName()
277 uint32_t SBQueue::GetNumThreads() { in GetNumThreads()
283 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
290 uint32_t SBQueue::GetNumPendingItems() { in GetNumPendingItems()
296 SBQueueItem SBQueue::GetPendingItemAtIndex(uint32_t idx) { in GetPendingItemAtIndex()
302 uint32_t SBQueue::GetNumRunningItems() { in GetNumRunningItems()
308 SBProcess SBQueue::GetProcess() { in GetProcess()
314 lldb::QueueKind SBQueue::GetKind() { in GetKind()