Searched refs:nanoSecToGo (Results 1 – 1 of 1) sorted by relevance
57 int nanoSecToGo = ONE_MSEC_IN_NANOSEC * msecToGo; in timedWait() local59 int nanoTotal = timeOld.tv_nsec + nanoSecToGo; in timedWait()