SBQueueΒΆ
- class lldb.SBQueue(*args)ΒΆ
Represents a libdispatch queue in the process.
Methods Summary
Clear(SBQueue self)GetIndexID(SBQueue self)GetKind(SBQueue self)Returns an lldb::QueueKind enumerated value (e.g. eQueueKindUnknown, eQueueKindSerial, eQueueKindConcurrent) describing the type of this queue.
GetName(SBQueue self)GetNumPendingItems(SBQueue self)GetNumRunningItems(SBQueue self)GetNumThreads(SBQueue self)GetPendingItemAtIndex(SBQueue self, ...)GetProcess(SBQueue self)GetQueueID(SBQueue self)Returns an lldb::queue_id_t type unique identifier number for this queue that will not be used by any other queue during this process' execution.
GetThreadAtIndex(SBQueue self, uint32_t arg2)IsValid(SBQueue self)Methods Documentation
- Clear(SBQueue self)ΒΆ
- GetIndexID(SBQueue self) uint32_tΒΆ
- GetKind(SBQueue self) lldb::QueueKindΒΆ
Returns an lldb::QueueKind enumerated value (e.g. eQueueKindUnknown, eQueueKindSerial, eQueueKindConcurrent) describing the type of this queue.
- GetName(SBQueue self) char const *ΒΆ
- GetNumPendingItems(SBQueue self) uint32_tΒΆ
- GetNumRunningItems(SBQueue self) uint32_tΒΆ
- GetNumThreads(SBQueue self) uint32_tΒΆ
- GetPendingItemAtIndex(SBQueue self, uint32_t arg2) SBQueueItemΒΆ
- GetQueueID(SBQueue self) lldb::queue_id_tΒΆ
Returns an lldb::queue_id_t type unique identifier number for this queue that will not be used by any other queue during this processβ execution. These ID numbers often start at 1 with the first system-created queues and increment from there.
- IsValid(SBQueue self) boolΒΆ