Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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()
/freebsd/sys/dev/ufshci/
H A Dufshci_sysctl.c174 char queue_name[QUEUE_NAME_LENGTH]; in ufshci_sysctl_initialize_ctrlr() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName() local
H A DScriptedProcess.cpp553 if (const char *queue_name = thread_sp->GetQueueName()) { in UpdateQueueListIfNeeded() local
/freebsd/sys/dev/nvme/
H A Dnvme_sysctl.c351 char queue_name[QUEUE_NAME_LENGTH]; in nvme_sysctl_initialize_ctrlr() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
H A DProcessGDBRemote.cpp1713 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo()
2077 std::string queue_name; in SetThreadStopInfo() local
2236 std::string queue_name; in SetThreadStopInfo() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp153 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
H A DBreakpoint.cpp428 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp376 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
H A DSBBreakpointName.cpp433 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName()
H A DSBBreakpoint.cpp426 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dinternal.h996 static inline const char *queue_name(struct device *dev, in queue_name() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6557 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction() local