Searched refs:NSEC_PER_SEC (Results 1 – 2 of 2) sorted by relevance
27 #define NSEC_PER_SEC 1000000000 macro
259 …- s_unLastUpdateTick) * s_timebase_info.numer ) / s_timebase_info.denom ) < (5ull * NSEC_PER_SEC) )309 …dispatch_after( dispatch_time( DISPATCH_TIME_NOW, (int64_t)(duration * NSEC_PER_SEC)), dispatch_ge…641 if ( ticksNow - s_ticksLastOverflowReport > (5ull * NSEC_PER_SEC / 10) )
Completed in 4 milliseconds