Home
last modified time | relevance | path

Searched refs:NSEC_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/minilibc/include/
A Dtime.h27 #define NSEC_PER_SEC 1000000000 macro
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m259 …- 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