Home
last modified time | relevance | path

Searched refs:eQueueKindConcurrent (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py84 if kind == lldb.eQueueKindConcurrent:
89 if queue.GetKind() == lldb.eQueueKindConcurrent:
179 self.check_queue_kind(queue_performer_3, lldb.eQueueKindConcurrent)
354 self.check_queue_kind(queue_performer_3, lldb.eQueueKindConcurrent)
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h956 eQueueKindConcurrent enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp188 kind = eQueueKindConcurrent; in GetQueueKind()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1227 .. py:data:: eQueueKindConcurrent
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2014 queue_kind = eQueueKindConcurrent; in SetThreadStopInfo()
2196 .Case("concurrent", eQueueKindConcurrent) in SetThreadStopInfo()