Searched refs:UpdateThreadList (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h50 virtual bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcess.h2044 virtual bool UpdateThreadList(ThreadList &old_thread_list,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h50 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DOperatingSystemPython.cpp149 bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list, function in class:OperatingSystemPython
174 "OperatingSystemPython::UpdateThreadList() fetching thread "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h100 bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcessMinidump.cpp420 bool ProcessMinidump::UpdateThreadList(ThreadList &old_thread_list, function in class:ProcessMinidump
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h126 uint32_t UpdateThreadList(NativeProcessDarwin &process, bool update,
H A DNativeThreadListDarwin.cpp298 uint32_t NativeThreadListDarwin::UpdateThreadList(NativeProcessDarwin &process, function in class:NativeThreadListDarwin
487 UpdateThreadList(process, true, &new_threads);
542 UpdateThreadList(process, true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h107 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessElfCore.cpp261 bool ProcessElfCore::UpdateThreadList(ThreadList &old_thread_list, function in class:ProcessElfCore
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h120 bool UpdateThreadList(lldb_private::ThreadList &old_thread_list,
H A DProcessFreeBSD.cpp167 bool ProcessFreeBSD::UpdateThreadList(ThreadList &old_thread_list, function in class:ProcessFreeBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h312 bool UpdateThreadList(ThreadList &old_thread_list,
H A DProcessGDBRemote.cpp1616 bool ProcessGDBRemote::UpdateThreadList(ThreadList &old_thread_list,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1183 // mutex between the call to UpdateThreadList(...) and the
1184 // os->UpdateThreadList(...) so it doesn't change on us
1190 if (UpdateThreadList(m_thread_list_real, real_thread_list)) {
1216 os->UpdateThreadList(

Completed in 138 milliseconds