Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h173 virtual void PopulateQueueList(lldb_private::QueueList &queue_list) {} in PopulateQueueList() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1295 m_system_runtime_up->PopulateQueueList(m_queue_list); in UpdateQueueListIfNeeded()