Home
last modified time | relevance | path

Searched refs:SetQueueInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h82 void SetQueueInfo(std::string &&queue_name, lldb::QueueKind queue_kind,
H A DThreadGDBRemote.cpp77 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo() function in ThreadGDBRemote
H A DProcessGDBRemote.cpp1715 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, in SetThreadStopInfo()