Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h99 bool GetOSPluginReportsAllThreads() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp314 bool ProcessProperties::GetOSPluginReportsAllThreads() const { in GetOSPluginReportsAllThreads() function in ProcessProperties
1153 clear_unused_threads = GetOSPluginReportsAllThreads(); in UpdateThreadListIfNeeded()