Searched refs:ONE_SEC_IN_NANOSEC (Results 1 – 1 of 1) sorted by relevance
48 const int ONE_SEC_IN_NANOSEC = 1000000000; in timedWait() local61 if (nanoTotal > ONE_SEC_IN_NANOSEC) { in timedWait()62 nanoTotal -= ONE_SEC_IN_NANOSEC; in timedWait()