Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp1706 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, queue_serial, in SetThreadStopInfo()