Searched refs:nanosleep (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | usleep.cpp | 37 return nanosleep(&ts, nullptr); in usleep()
|
D | sleep.cpp | 40 return (nanosleep(&ts, &ts) == -1) ? ts.tv_sec : 0; in sleep()
|
/bionic/libc/include/ |
D | time.h | 63 int nanosleep(const struct timespec* __request, struct timespec* __remainder);
|
/bionic/tests/headers/posix/ |
D | time_h.c | 95 FUNCTION(nanosleep, int (*f)(const struct timespec*, struct timespec*)); in time_h()
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 180 int __rc = nanosleep(__duration, __remaining); in thrd_sleep()
|
/bionic/tests/ |
D | time_test.cpp | 926 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/ |
D | posix-2013.txt | 593 nanosleep
|
/bionic/libc/ |
D | SYSCALLS.TXT | 219 int nanosleep(const struct timespec*, struct timespec*) all
|
D | libc.map.txt | 677 nanosleep;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 677 nanosleep;
|