Searched refs:cnd_timedwait (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/headers/posix/ |
D | threads_h.c | 60 FUNCTION(cnd_timedwait, int (*f)(cnd_t*, mtx_t*, const struct timespec*)); in threads_h()
|
/bionic/libc/include/ |
D | threads.h | 112 int cnd_timedwait(cnd_t* _Nonnull __cond, mtx_t* _Nonnull __mutex, const struct timespec* _Nonnull …
|
/bionic/tests/ |
D | threads_test.cpp | 189 ASSERT_EQ(thrd_timedout, cnd_timedwait(&c, &m, &ts)); in TEST() 193 TEST(threads, cnd_timedwait) { in TEST() argument 212 ASSERT_EQ(thrd_success, cnd_timedwait(&c, &m, &ts)); in TEST()
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 74 __BIONIC_THREADS_INLINE int cnd_timedwait(cnd_t* _Nonnull __cnd, in cnd_timedwait() function
|
/bionic/libc/ |
D | libc.map.txt | 1490 cnd_timedwait;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1490 cnd_timedwait;
|