Searched refs:useconds (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/unistd/
H A Dusleep.c5 int usleep(unsigned useconds) { argument
6 struct timespec tv = {.tv_sec = useconds / 1000000, .tv_nsec = (useconds % 1000000) * 1000};

Completed in 96 milliseconds