Searched refs:ThreadPropertiesSP (Results 1 – 2 of 2) sorted by relevance
60 typedef std::shared_ptr<ThreadProperties> ThreadPropertiesSP; typedef152 static const ThreadPropertiesSP &GetGlobalProperties();
58 const ThreadPropertiesSP &Thread::GetGlobalProperties() { in GetGlobalProperties()61 static ThreadPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()62 new ThreadPropertiesSP(new ThreadProperties(true)); in GetGlobalProperties()