Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dthreads_h.c76 FUNCTION(thrd_sleep, int (*f)(const struct timespec*, struct timespec*)); in threads_h()
/bionic/tests/
Dthreads_test.cpp408 ASSERT_EQ(-1, thrd_sleep(&long_time, &remaining)); in TEST()
425 ASSERT_EQ(-1, thrd_sleep(&long_time, nullptr)); in TEST()
438 ASSERT_EQ(-2, thrd_sleep(&invalid, nullptr)); in TEST()
/bionic/libc/include/
Dthreads.h193 int thrd_sleep(const struct timespec* _Nonnull __duration, struct timespec* _Nullable __remaining) …
/bionic/libc/include/bits/
Dthreads_inlines.h177 __BIONIC_THREADS_INLINE int thrd_sleep(const struct timespec* _Nonnull __duration, in thrd_sleep() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt1513 thrd_sleep;
/bionic/libc/
Dlibc.map.txt1513 thrd_sleep;