Searched refs:now_timespec (Results 1 – 1 of 1) sorted by relevance
53 struct timespec now_timespec; in GetTimestamp() local54 int failed = raw_os_->ClockGettime(clock_id, &now_timespec); in GetTimestamp()58 CHECK(now_timespec.tv_nsec <= kMaxNanoSeconds); in GetTimestamp()62 now_timespec.tv_sec, uint32_t, 0, in GetTimestamp()67 static_cast<uintmax_t>(GetMaxVal(now_timespec.tv_sec)))); in GetTimestamp()69 SAFELY_CLAMP(now_timespec.tv_nsec, uint32_t, 0, kMaxNanoSeconds); in GetTimestamp()