Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadSpec.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
HDQueue.cpp19 const char *queue_name) in Queue()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadSpec.h51 void SetQueueName(llvm::StringRef queue_name) { in SetQueueName()
92 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches()
HDQueueItem.h126 void SetQueueLabel(std::string queue_name) { m_queue_label = queue_name; } in SetQueueLabel()
130 void SetTargetQueueLabel(std::string queue_name) { in SetTargetQueueLabel()
/freebsd-13-stable/sys/dev/nvme/
HDnvme_sysctl.c314 char queue_name[QUEUE_NAME_LENGTH]; in nvme_sysctl_initialize_ctrlr() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedThread.cpp101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName() local
HDScriptedProcess.cpp520 if (const char *queue_name = thread_sp->GetQueueName()) { in UpdateQueueListIfNeeded() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
HDProcessGDBRemote.cpp1658 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo()
1994 std::string queue_name; in SetThreadStopInfo() local
2153 std::string queue_name; in SetThreadStopInfo() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp160 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
HDBreakpoint.cpp382 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointLocation.cpp376 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
HDSBBreakpointName.cpp432 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName()
HDSBBreakpoint.cpp426 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/pcie/
HDinternal.h707 static inline const char *queue_name(struct device *dev, in queue_name() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp6555 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction() local