Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h46 virtual bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcess.h2091 bool UpdateThreadList(ThreadList &old_thread_list,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h50 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DOperatingSystemPython.cpp151 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in OperatingSystemPython
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1114 bool Process::UpdateThreadList(ThreadList &old_thread_list, in UpdateThreadList() function in Process
1138 if (UpdateThreadList(m_thread_list_real, real_thread_list)) { in UpdateThreadListIfNeeded()
1168 os->UpdateThreadList( in UpdateThreadListIfNeeded()