xref: /llvm-project/lldb/bindings/interface/SBQueueDocstrings.i (revision e35fb3fb8bfcb732ace3738f9589989b3fac1508)
1662548c8SAlex Langford %feature("docstring",
2662548c8SAlex Langford "Represents a libdispatch queue in the process."
3662548c8SAlex Langford ) lldb::SBQueue;
4662548c8SAlex Langford 
5*e35fb3fbSJason Molenda %feature("docstring", "
6662548c8SAlex Langford     Returns an lldb::queue_id_t type unique identifier number for this
7662548c8SAlex Langford     queue that will not be used by any other queue during this process'
8662548c8SAlex Langford     execution.  These ID numbers often start at 1 with the first
9662548c8SAlex Langford     system-created queues and increment from there."
10662548c8SAlex Langford ) lldb::SBQueue::GetQueueID;
11662548c8SAlex Langford 
12*e35fb3fbSJason Molenda %feature("docstring", "
13662548c8SAlex Langford     Returns an lldb::QueueKind enumerated value (e.g. eQueueKindUnknown,
14662548c8SAlex Langford     eQueueKindSerial, eQueueKindConcurrent) describing the type of this
15662548c8SAlex Langford     queue."
16662548c8SAlex Langford ) lldb::SBQueue::GetKind;
17