Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp42 llvm::StringRef queue_name; in CreateFromStructuredData() local
118 const char *queue_name = thread.GetQueueName(); in QueueNameMatches() local
165 const char *queue_name = GetQueueName(); in GetDescription() local
H A DQueue.cpp20 const char *queue_name) in Queue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h56 void SetQueueName(llvm::StringRef queue_name) { m_queue_name = queue_name; } in SetQueueName()
95 bool QueueNameMatches(const char *queue_name) const { in QueueNameMatches()
H A DQueueItem.h141 void SetQueueLabel(std::string queue_name) { m_queue_label = queue_name; } in SetQueueLabel()
145 void SetTargetQueueLabel(std::string queue_name) { in SetTargetQueueLabel()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBQueueItem.cpp119 const char *queue_name = thread_sp->GetQueueName(); in GetExtendedBacktraceThread() local
H A DSBBreakpointLocation.cpp304 void SBBreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
H A DSBBreakpointName.cpp434 void SBBreakpointName::SetQueueName(const char *queue_name) { in SetQueueName()
H A DSBBreakpoint.cpp383 void SBBreakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
H A DSBThread.cpp1450 const char *queue_name = new_thread_sp->GetQueueName(); in GetExtendedBacktraceThread() local
/freebsd-12.1/sys/dev/nvme/
H A Dnvme_sysctl.c302 char queue_name[QUEUE_NAME_LENGTH]; in nvme_sysctl_initialize_ctrlr() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp70 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo()
H A DProcessGDBRemote.cpp1809 std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) { in SetThreadStopInfo()
2087 std::string queue_name; in SetThreadStopInfo() local
2244 std::string queue_name; in SetThreadStopInfo() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp171 void BreakpointLocation::SetQueueName(const char *queue_name) { in SetQueueName()
H A DBreakpoint.cpp400 void Breakpoint::SetQueueName(const char *queue_name) { in SetQueueName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3607 const char *queue_name = thread_sp->GetQueueName(); in MenuDelegateAction() local