Searched refs:g_settings_sp (Results 1 – 5 of 5) sorted by relevance
58 static ThreadPropertiesSP g_settings_sp; in GetGlobalProperties() local59 if (!g_settings_sp) in GetGlobalProperties()60 g_settings_sp.reset (new ThreadProperties (true)); in GetGlobalProperties()61 return g_settings_sp; in GetGlobalProperties()
189 static const auto g_settings_sp (std::make_shared<PlatformProperties> ()); in GetGlobalPlatformProperties() local190 return g_settings_sp; in GetGlobalPlatformProperties()
2347 static TargetPropertiesSP g_settings_sp; in GetGlobalProperties() local2348 if (!g_settings_sp) in GetGlobalProperties()2350 g_settings_sp.reset (new TargetProperties (NULL)); in GetGlobalProperties()2352 return g_settings_sp; in GetGlobalProperties()
817 static ProcessPropertiesSP g_settings_sp; in GetGlobalProperties() local818 if (!g_settings_sp) in GetGlobalProperties()819 g_settings_sp.reset (new ProcessProperties (NULL)); in GetGlobalProperties()820 return g_settings_sp; in GetGlobalProperties()
165 static ProcessKDPPropertiesSP g_settings_sp; in GetGlobalPluginProperties() local166 if (!g_settings_sp) in GetGlobalPluginProperties()167 g_settings_sp.reset (new PluginProperties ()); in GetGlobalPluginProperties()168 return g_settings_sp; in GetGlobalPluginProperties()