Home
last modified time | relevance | path

Searched refs:us (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dusleep.cpp33 int usleep(useconds_t us) { in usleep() argument
35 ts.tv_sec = us / 1000000; in usleep()
36 ts.tv_nsec = (us % 1000000) * 1000; in usleep()
/bionic/docs/
Dfdsan.md136 …out file descriptor too early, or someone else is helpfully closing it for us. Let's use `android:…
200 giving us:
/bionic/
Dandroid-changes-for-ndk-developers.md172 most-installed apps, and that are feasible for us to support in the
451 rather than at build time. This lets us use the same `libc.so` on all
DREADME.md83 # files written by us and files taken from BSD.