Home
last modified time | relevance | path

Searched refs:clock_nanosleep (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/bionic/
Dclock_nanosleep.cpp35 int clock_nanosleep(clockid_t clock_id, int flags, const timespec* in, timespec* out) { in clock_nanosleep() function
/bionic/libc/include/
Dtime.h98 int clock_nanosleep(clockid_t __clock, int __flags, const struct timespec* __request, struct timesp…
/bionic/tests/headers/posix/
Dtime_h.c82 FUNCTION(clock_nanosleep, int (*f)(clockid_t, int, const struct timespec*, struct timespec*)); in time_h()
/bionic/tests/
Dtime_test.cpp800 TEST(time, clock_nanosleep) { in TEST() argument
803 ASSERT_EQ(EINVAL, clock_nanosleep(-1, 0, &in, &out)); in TEST()
810 ASSERT_EQ(EINVAL, clock_nanosleep(CLOCK_THREAD_CPUTIME_ID, 0, &in, nullptr)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt116 clock_nanosleep
/bionic/libc/
DSYSCALLS.TXT215 int ___clock_nanosleep:clock_nanosleep(clockid_t, int, const struct timespec*, struct tim…
Dlibc.map.txt275 clock_nanosleep;
DAndroid.bp1033 "bionic/clock_nanosleep.cpp",
/bionic/tools/versioner/platforms/
Dlibc.map.txt275 clock_nanosleep;