Searched defs:usec (Results 1 – 7 of 7) sorted by relevance
4 void usleep_helper(unsigned int usec) { in usleep_helper()
40 int usec = g_distribution(g_random_engine); in thread_func() local
63 void GetTime(uint64_t &sec, uint32_t &usec) const { in GetTime()
59 int usec = g_distribution(g_random_engine); in thread_func() local
60 int usec = distribution(generator); in thread_func() local
390 TSAN_INTERCEPTOR(int,usleep,long_t usec) TSAN_INTERCEPTOR() argument