Home
last modified time | relevance | path

Searched refs:thrd_sleep (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/
Dthreads_test.cpp407 ASSERT_EQ(-1, thrd_sleep(&long_time, &remaining)); in TEST()
424 ASSERT_EQ(-1, thrd_sleep(&long_time, nullptr)); in TEST()
437 ASSERT_EQ(-2, thrd_sleep(&invalid, nullptr)); in TEST()
/bionic/tests/headers/posix/
Dthreads_h.c76 FUNCTION(thrd_sleep, int (*f)(const struct timespec*, struct timespec*)); in threads_h()
/bionic/libc/include/
Dthreads.h193 int thrd_sleep(const struct timespec* __duration, struct timespec* __remaining) __INTRODUCED_IN(30);
/bionic/libc/include/bits/
Dthreads_inlines.h178 __BIONIC_THREADS_INLINE int thrd_sleep(const struct timespec* __duration, in thrd_sleep() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1515 thrd_sleep;
/bionic/libc/
Dlibc.map.txt1515 thrd_sleep;