Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 11 of 11) 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/tests/headers/posix/
Dtime_h.c95 FUNCTION(nanosleep, int (*f)(const struct timespec*, struct timespec*)); in time_h()
/bionic/libc/include/
Dtime.h118 int nanosleep(const struct timespec* _Nonnull __duration, struct timespec* _Nullable __remainder);
/bionic/libc/include/bits/
Dthreads_inlines.h179 int __rc = nanosleep(__duration, __remaining); in thrd_sleep()
/bionic/tests/
Dtime_test.cpp1119 TEST(time, nanosleep) { in TEST() argument
1122 ASSERT_EQ(0, nanosleep(&ts, nullptr)); in TEST()
1130 ASSERT_EQ(-1, nanosleep(&ts, nullptr)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt593 nanosleep
/bionic/libc/
DSYSCALLS.TXT231 int nanosleep(const struct timespec*, struct timespec*) all
Dlibc.map.txt677 nanosleep;
/bionic/tools/versioner/platforms/
Dlibc.map.txt677 nanosleep;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_063.S11304 CALL(nanosleep)