Searched defs:queue_name (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DQueue.cpp18 Queue(ProcessSP process_sp, lldb::queue_id_t queue_id, const char *queue_name) argument
H A DThreadSpec.cpp29 llvm::StringRef queue_name; local
105 const char *queue_name = thread.GetQueueName(); local
152 const char *queue_name = GetQueueName(); local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h126 void SetQueueLabel(std::string queue_name) { m_queue_label = queue_name; } argument
130 void SetTargetQueueLabel(std::string queue_name) { argument
H A DThreadSpec.h51 void SetQueueName(llvm::StringRef queue_name) { argument
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_sysctl.c292 char queue_name[QUEUE_NAME_LENGTH]; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp380 void SBBreakpointLocation::SetQueueName(const char *queue_name) { argument
H A DSBBreakpointName.cpp444 void SBBreakpointName::SetQueueName(const char *queue_name) { argument
H A DSBBreakpoint.cpp428 void SBBreakpoint::SetQueueName(const char *queue_name) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp69 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp170 void BreakpointLocation::SetQueueName(const char *queue_name) { argument
H A DBreakpoint.cpp407 void Breakpoint::SetQueueName(const char *queue_name) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3019 const char *queue_name = thread_sp->GetQueueName(); variable

Completed in 178 milliseconds