Searched refs:DoesPluginReportAllThreads (Results 1 – 7 of 7) sorted by relevance
31 virtual std::optional<bool> DoesPluginReportAllThreads() { return {}; } in DoesPluginReportAllThreads() function
64 virtual bool DoesPluginReportAllThreads() = 0;
48 std::optional<bool> DoesPluginReportAllThreads() override;
85 std::optional<bool> OperatingSystemPythonInterface::DoesPluginReportAllThreads() { in DoesPluginReportAllThreads() function in OperatingSystemPythonInterface
63 bool DoesPluginReportAllThreads() override;
389 bool OperatingSystemPython::DoesPluginReportAllThreads() { in DoesPluginReportAllThreads() function in OperatingSystemPython392 m_operating_system_interface_sp->DoesPluginReportAllThreads()) in DoesPluginReportAllThreads()
1155 clear_unused_threads = os->DoesPluginReportAllThreads(); in UpdateThreadListIfNeeded()