xref: /freebsd-src/contrib/llvm-project/lldb/bindings/interface/SBQueueDocstrings.i (revision 0fca6ea1d4eea4c934cfff25ac9ee8ad6fe95583)
106c3fb27SDimitry Andric %feature("docstring",
206c3fb27SDimitry Andric "Represents a libdispatch queue in the process."
306c3fb27SDimitry Andric ) lldb::SBQueue;
406c3fb27SDimitry Andric 
5*0fca6ea1SDimitry Andric %feature("docstring", "
606c3fb27SDimitry Andric     Returns an lldb::queue_id_t type unique identifier number for this
706c3fb27SDimitry Andric     queue that will not be used by any other queue during this process'
806c3fb27SDimitry Andric     execution.  These ID numbers often start at 1 with the first
906c3fb27SDimitry Andric     system-created queues and increment from there."
1006c3fb27SDimitry Andric ) lldb::SBQueue::GetQueueID;
1106c3fb27SDimitry Andric 
12*0fca6ea1SDimitry Andric %feature("docstring", "
1306c3fb27SDimitry Andric     Returns an lldb::QueueKind enumerated value (e.g. eQueueKindUnknown,
1406c3fb27SDimitry Andric     eQueueKindSerial, eQueueKindConcurrent) describing the type of this
1506c3fb27SDimitry Andric     queue."
1606c3fb27SDimitry Andric ) lldb::SBQueue::GetKind;
17