Searched refs:usec (Results 1 – 5 of 5) sorted by relevance
54 static inline int64_t UsecToMsec(int64_t usec) in UsecToMsec() argument56 return usec / USEC_PER_MSEC; in UsecToMsec()
31 int usleep(useconds_t usec);
69 void UsSleep(int usec);
544 void UsSleep(int usec) in UsSleep() argument546 auto seconds = usec / USECONDS_PER_SECONDS; in UsSleep()547 long nanoSeconds = static_cast<long>(usec) % USECONDS_PER_SECONDS * NANOSECS_PER_USECONDS; in UsSleep()
155 … | | usec …