Searched defs:nsec (Results 1 – 15 of 15) sorted by relevance
102 void SetTimeStamp(uint32_t sec, uint32_t nsec) in SetTimeStamp()
44 static inline int64_t NsecToUsec(int64_t nsec) in NsecToUsec()49 static inline int64_t NsecToMsec(int64_t nsec) in NsecToMsec()
37 int64_t nsec; member
38 int32_t VpnInterface::ConnectControl(int32_t sockfd, int32_t nsec) in ConnectControl()
38 uint64_t nsec = time % SEC_TO_NANOSEC; in TimeFormat() local
75 …long long nsec = (long long)now.tv_usec * 1000 + (timeout % 1000) * 1000000; // 1000 unit 1000000 … in ThreadRun() local
56 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds()
323 unsigned int nsec; member
215 int32_t nsec = 1; variable
181 … long nsec = now.tv_usec * 1000 + (timeout % 1000) * 1000000; // 1000 unit 1000000 unit nsec in BootchartThreadMain() local
159 std::string RdbFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds()
232 std::string nsec(nsecBuf); in MakeNonce() local
65 int32_t nsec; member
150 std::string KVDBFaultHiViewReporter::GetTimeWithMilliseconds(time_t sec, int64_t nsec) in GetTimeWithMilliseconds()
997 std::chrono::nanoseconds nsec(triggerTime * MILLISECOND_TO_NANO); in SetAutoReboot() local