Lines Matching refs:mpInstance
104 static ::boost::shared_ptr<TimerScheduler> mpInstance;
190 ::boost::shared_ptr<TimerScheduler> TimerScheduler::mpInstance;
196 ::boost::shared_ptr<TimerScheduler> pInstance = mpInstance; in Instance()
200 pInstance = mpInstance; in Instance()
205 mpInstance = pInstance; in Instance()
221 mpInstance.reset(); in Release()
470 ::rtl::Reference<PresenterClockTimer> PresenterClockTimer::mpInstance;
478 if (mpInstance.is()) in Instance()
480 pTimer = mpInstance; in Instance()
485 mpInstance = pTimer; in Instance()
568 mpInstance = NULL; in RemoveListener()