Searched refs:thrd_sleep (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/headers/posix/ |
D | threads_h.c | 76 FUNCTION(thrd_sleep, int (*f)(const struct timespec*, struct timespec*)); in threads_h()
|
/bionic/tests/ |
D | threads_test.cpp | 408 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/ |
D | threads.h | 193 int thrd_sleep(const struct timespec* _Nonnull __duration, struct timespec* _Nullable __remaining) …
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 177 __BIONIC_THREADS_INLINE int thrd_sleep(const struct timespec* _Nonnull __duration, in thrd_sleep() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1513 thrd_sleep;
|
/bionic/libc/ |
D | libc.map.txt | 1513 thrd_sleep;
|