SBQueueΒΆ

class lldb.SBQueue(*args)ΒΆ

Represents a libdispatch queue in the process.

Methods Summary

Clear(SBQueue self)

GetIndexID(SBQueue self)

GetKind()

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()

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()ΒΆ

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ΒΆ
GetProcess(SBQueue self) SBProcessΒΆ
GetQueueID()ΒΆ

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.

GetThreadAtIndex(SBQueue self, uint32_t arg2) SBThreadΒΆ
IsValid(SBQueue self) boolΒΆ