Searched refs:NANOS_PER_MILLIS (Results 1 – 1 of 1) sorted by relevance
3047 static const int NANOS_PER_MILLIS = 1000000; in pendingDuration() local3048 *msec = (int32_t)(ms + clockdiff / NANOS_PER_MILLIS); in pendingDuration()