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