Searched defs:NanoSecPerSec (Results 1 – 2 of 2) sorted by relevance
163 const uint64_t NanoSecPerSec = 1000000000; timespec_to_ns() local
102 return ((uint64_t)TS->tv_sec * NanoSecPerSec) + TS->tv_nsec; in timespec_to_ns() local