Searched refs:nsecs_t (Results 1 – 1 of 1) sorted by relevance
22 using nsecs_t = int64_t; typedef27 static inline nsecs_t SystemTime() in SystemTime()32 return nsecs_t(t.tv_sec) * NS_TO_SECONDS + t.tv_nsec; in SystemTime()37 const nsecs_t timeout = SystemTime() + timestamp.count(); in CalculateTimeoutTime()