Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h69 void AddQueue(lldb::QueueSP queue);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DQueueList.cpp40 void QueueList::AddQueue(QueueSP queue_sp) { in AddQueue() function in QueueList