Searched defs:useconds (Results 1 – 4 of 4) sorted by relevance
154 #define usleep(useconds) (void)SleepEx((useconds)/1000, 1) argument
134 int useconds = static_cast<int>(time_now.tv_usec - start_time.tv_usec); in TimeIsOut() local392 int useconds = 1; in WaitForChild() local
507 int usleep(useconds_t useconds) in usleep()
2406 function _usleep(useconds) { argument