Home
last modified time | relevance | path

Searched defs:queue_name (Results 1 – 16 of 16) 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/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp97 std::optional<std::string> queue_name = GetInterface()->GetQueue(); GetQueueName() local
H A DScriptedProcess.cpp506 if (const char *queue_name = thread_sp->GetQueueName()) { UpdateQueueListIfNeeded() local
/freebsd/sys/dev/nvme/
H A Dnvme_sysctl.c352 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.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/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp160 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
H A DBreakpoint.cpp382 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp377 LLDB_INSTRUMENT_VA(this, queue_name); in SetQueueName() argument
H A DSBBreakpointName.cpp432 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/
H A Dinternal.h707 static inline const char *queue_name(struct device *dev, queue_name() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6555 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction() local