Searched refs:mtx_timedlock (Results 1 – 6 of 6) sorted by relevance
66 FUNCTION(mtx_timedlock, int (*f)(mtx_t*, const struct timespec*)); in threads_h()
140 int mtx_timedlock(mtx_t* _Nonnull __mutex, const struct timespec* _Nonnull __timeout) __INTRODUCED_…
278 TEST(threads, mtx_timedlock) { in TEST() argument286 ASSERT_EQ(thrd_success, mtx_timedlock(&m, &ts)); in TEST()290 ASSERT_EQ(thrd_timedout, mtx_timedlock(&m, &ts)); in TEST()
106 __BIONIC_THREADS_INLINE int mtx_timedlock(mtx_t* _Nonnull __mtx, in mtx_timedlock() function
1497 mtx_timedlock;