Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
Dusleep.cpp37 return nanosleep(&ts, nullptr); in usleep()
Dsleep.cpp40 return (nanosleep(&ts, &ts) == -1) ? ts.tv_sec : 0; in sleep()
/bionic/libc/include/
Dtime.h63 int nanosleep(const struct timespec* __request, struct timespec* __remainder);
/bionic/tests/headers/posix/
Dtime_h.c95 FUNCTION(nanosleep, int (*f)(const struct timespec*, struct timespec*)); in time_h()
/bionic/libc/include/bits/
Dthreads_inlines.h180 int __rc = nanosleep(__duration, __remaining); in thrd_sleep()
/bionic/tests/
Dtime_test.cpp926 TEST(time, nanosleep) { in TEST() argument
929 ASSERT_EQ(0, nanosleep(&ts, nullptr)); in TEST()
937 ASSERT_EQ(-1, nanosleep(&ts, nullptr)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt593 nanosleep
/bionic/libc/
DSYSCALLS.TXT219 int nanosleep(const struct timespec*, struct timespec*) all
Dlibc.map.txt677 nanosleep;
/bionic/tools/versioner/platforms/
Dlibc.map.txt677 nanosleep;