Searched refs:ONE_MINUTE_IN_SECONDS (Results 1 – 2 of 2) sorted by relevance
38 static const inline int ONE_MINUTE_IN_SECONDS = 60; variable
87 int nTime = (nMin)*ONE_MINUTE_IN_SECONDS + (nHours)*ONE_HOUR_IN_SECONDS; in StartTimerThread()