Home
last modified time | relevance | path

Searched defs:queue_name (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadSpec.cpp27 llvm::StringRef queue_name; in CreateFromStructuredData() local
103 const char *queue_name = thread.GetQueueName(); in QueueNameMatches() local
150 const char *queue_name = GetQueueName(); in GetDescription() local
H A DQueue.cpp19 const char *queue_name) in Queue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadSpec.h51 void SetQueueName(llvm::StringRef queue_name) { in SetQueueName()
92 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches()
H A DQueueItem.h126 void SetQueueLabel(std::string queue_name) { m_queue_label = queue_name; } in SetQueueLabel()
130 void SetTargetQueueLabel(std::string queue_name) { in SetTargetQueueLabel()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp97 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName() local
H A DScriptedProcess.cpp504 if (const char *queue_name = thread_sp->GetQueueName()) { in UpdateQueueListIfNeeded() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
H A DProcessGDBRemote.cpp1614 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo()
1926 std::string queue_name; in SetThreadStopInfo() local
2084 std::string queue_name; in SetThreadStopInfo() local
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp168 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
H A DBreakpoint.cpp392 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp376 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
H A DSBBreakpointName.cpp431 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName()
H A DSBBreakpoint.cpp428 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2610 std::string &queue_name, uint64_t &queue_width, in GetThreadQueueInfo()
5500 std::string queue_name; in GetJSONThreadsInfo() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6534 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction() local