Searched refs:us (Results 1 – 4 of 4) sorted by relevance
33 int usleep(useconds_t us) { in usleep() argument35 ts.tv_sec = us / 1000000; in usleep()36 ts.tv_nsec = (us % 1000000) * 1000; in usleep()
136 …out file descriptor too early, or someone else is helpfully closing it for us. Let's use `android:…200 giving us:
172 most-installed apps, and that are feasible for us to support in the451 rather than at build time. This lets us use the same `libc.so` on all
83 # files written by us and files taken from BSD.