|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBQueue self) -> SBQueue __init__(lldb::SBQueue
self, lldb::QueueSP const & queue_sp) -> SBQueue |
source code
|
|
|
__swig_destroy__(...)
delete_SBQueue(SBQueue self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBQueue self) -> bool |
source code
|
|
|
|
|
GetProcess(self)
GetProcess(SBQueue self) -> SBProcess |
source code
|
|
|
GetQueueID(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. |
source code
|
|
|
GetName(self)
GetName(SBQueue self) -> str const * |
source code
|
|
|
|
|
GetIndexID(self)
GetIndexID(SBQueue self) -> uint32_t |
source code
|
|
|
GetNumThreads(self)
GetNumThreads(SBQueue self) -> uint32_t |
source code
|
|
|
GetThreadAtIndex(self,
*args)
GetThreadAtIndex(SBQueue self, uint32_t arg2) -> SBThread |
source code
|
|
|
GetNumPendingItems(self)
GetNumPendingItems(SBQueue self) -> uint32_t |
source code
|
|
|
GetPendingItemAtIndex(self,
*args)
GetPendingItemAtIndex(SBQueue self, uint32_t arg2) -> SBQueueItem |
source code
|
|
|
GetNumRunningItems(self)
GetNumRunningItems(SBQueue self) -> uint32_t |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|