Lines Matching refs:SBQueue
215 SBQueue::SBQueue() : m_opaque_sp(new QueueImpl()) { LLDB_INSTRUMENT_VA(this); } in SBQueue() function in SBQueue
217 SBQueue::SBQueue(const QueueSP &queue_sp) in SBQueue() function in SBQueue
222 SBQueue::SBQueue(const SBQueue &rhs) { in SBQueue() function in SBQueue
231 const lldb::SBQueue &SBQueue::operator=(const lldb::SBQueue &rhs) { in operator =()
238 SBQueue::~SBQueue() = default;
240 bool SBQueue::IsValid() const { in IsValid()
244 SBQueue::operator bool() const { in operator bool()
250 void SBQueue::Clear() { in Clear()
256 void SBQueue::SetQueue(const QueueSP &queue_sp) { in SetQueue()
260 lldb::queue_id_t SBQueue::GetQueueID() const { in GetQueueID()
266 uint32_t SBQueue::GetIndexID() const { in GetIndexID()
273 const char *SBQueue::GetName() const { in GetName()
279 uint32_t SBQueue::GetNumThreads() { in GetNumThreads()
285 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
292 uint32_t SBQueue::GetNumPendingItems() { in GetNumPendingItems()
298 SBQueueItem SBQueue::GetPendingItemAtIndex(uint32_t idx) { in GetPendingItemAtIndex()
304 uint32_t SBQueue::GetNumRunningItems() { in GetNumRunningItems()
310 SBProcess SBQueue::GetProcess() { in GetProcess()
316 lldb::QueueKind SBQueue::GetKind() { in GetKind()