Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h69 void AddQueue(lldb::QueueSP queue);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueueList.cpp40 void QueueList::AddQueue(QueueSP queue_sp) { in AddQueue() function in QueueList
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp523 m_queue_list.AddQueue(queue_sp); in GetImplementation()