|
|
|
__init__(self,
*args)
__init__(lldb::SBQueue self) -> SBQueue __init__(lldb::SBQueue
self, lldb::QueueSP const & queue_sp) -> SBQueue |
source code
|
|
|
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) -> char 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
|
|