Searched refs:ps_instance (Results 1 – 1 of 1) sorted by relevance
29 static std::shared_ptr<PSContext> ps_instance = nullptr; in instance() local30 if (ps_instance == nullptr) { in instance()31 ps_instance.reset(new (std::nothrow) PSContext()); in instance()33 return ps_instance; in instance()