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

/freebsd-current/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.cpp27 llvm::StringRef queue_name; local
103 const char *queue_name = thread.GetQueueName(); local
150 const char *queue_name = GetQueueName(); local
/freebsd-current/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-current/sys/dev/nvme/
H A Dnvme_sysctl.c334 char queue_name[QUEUE_NAME_LENGTH]; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, argument
H A DProcessGDBRemote.cpp1973 std::string queue_name; local
2132 std::string queue_name; local
1630 SetThreadStopInfo( lldb::tid_t tid, ExpeditedRegisterMap &expedited_register_map, uint8_t signo, const std::string &thread_name, const std::string &reason, const std::string &description, uint32_t exc_type, const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, bool queue_vars_valid, LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t, std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp376 void SBBreakpointLocation::SetQueueName(const char *queue_name) { argument
H A DSBBreakpointName.cpp432 void SBBreakpointName::SetQueueName(const char *queue_name) { argument
H A DSBBreakpoint.cpp426 void SBBreakpoint::SetQueueName(const char *queue_name) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); local
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp168 void BreakpointLocation::SetQueueName(const char *queue_name) { argument
H A DBreakpoint.cpp385 void Breakpoint::SetQueueName(const char *queue_name) { argument
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dinternal.h707 static inline const char *queue_name(struct device *dev, function
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6555 const char *queue_name = thread_sp->GetQueueName(); variable

Completed in 230 milliseconds