Searched refs:nanoTotal (Results 1 – 1 of 1) sorted by relevance
59 int nanoTotal = timeOld.tv_nsec + nanoSecToGo; in timedWait() local61 if (nanoTotal > ONE_SEC_IN_NANOSEC) { in timedWait()62 nanoTotal -= ONE_SEC_IN_NANOSEC; in timedWait()66 timeNew.tv_nsec = nanoTotal; in timedWait()