Lines Matching refs:mpInstance
101 static ::boost::shared_ptr<TimerScheduler> mpInstance;
182 ::boost::shared_ptr<TimerScheduler> TimerScheduler::mpInstance;
188 ::boost::shared_ptr<TimerScheduler> pInstance = mpInstance; in Instance()
192 pInstance = mpInstance; in Instance()
197 mpInstance = pInstance; in Instance()
212 mpInstance.reset(); in Release()
449 ::rtl::Reference<PresenterClockTimer> PresenterClockTimer::mpInstance;
457 if (mpInstance.is()) in Instance()
459 pTimer = mpInstance; in Instance()
464 mpInstance = pTimer; in Instance()
543 mpInstance = NULL; in RemoveListener()