Home
last modified time | relevance | path

Searched refs:UpdateThreadList (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcess.h2210 bool UpdateThreadList(ThreadList &old_thread_list,
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h47 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DOperatingSystemPython.cpp164 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in OperatingSystemPython
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1170 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in Process
1194 if (UpdateThreadList(m_thread_list_real, real_thread_list)) { in UpdateThreadListIfNeeded()
1224 os->UpdateThreadList( in UpdateThreadListIfNeeded()