Home
last modified time | relevance | path

Searched refs:msgstartTime (Results 1 – 1 of 1) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientscr/
H A Dmac_saver_module.cpp180 static double msgstartTime = 0.0; in incompatibleGfxApp() local
186 if (msgstartTime == 0.0) { in incompatibleGfxApp()
187 msgstartTime = getDTime(); in incompatibleGfxApp()
223 if (msgstartTime && (getDTime() - msgstartTime > 5.0)) { in incompatibleGfxApp()
226 msgstartTime = 0.0; in incompatibleGfxApp()