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