Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h80 void SetQueueInfo(std::string &&queue_name, lldb::QueueKind queue_kind,
DThreadGDBRemote.cpp69 void ThreadGDBRemote::SetQueueInfo(std::string &&queue_name, in SetQueueInfo() function in ThreadGDBRemote
DProcessGDBRemote.cpp1772 gdb_thread->SetQueueInfo(std::move(queue_name), queue_kind, in SetThreadStopInfo()