Searched refs:msecToGo (Results 1 – 1 of 1) sorted by relevance
56 int msecToGo = timeInMSec - (ONE_SEC_IN_MSEC * secToGo); in timedWait() local57 int nanoSecToGo = ONE_MSEC_IN_NANOSEC * msecToGo; in timedWait()