Searched refs:ONE_SEC_IN_MSEC (Results 1 – 1 of 1) sorted by relevance
50 const int ONE_SEC_IN_MSEC = 1000; in timedWait() local55 int secToGo = timeInMSec / ONE_SEC_IN_MSEC; in timedWait()56 int msecToGo = timeInMSec - (ONE_SEC_IN_MSEC * secToGo); in timedWait()