Searched refs:pthread_mutex_timedlock (Results 1 – 5 of 5) sorted by relevance
184 int pthread_mutex_timedlock(pthread_mutex_t*, const struct timespec*) __nonnull((1, 2));
634 int pthread_mutex_timedlock(pthread_mutex_t* mutex_interface, const timespec* abs_timeout) { in pthread_mutex_timedlock() function
1111 TEST(pthread, pthread_mutex_timedlock) { in TEST() argument1121 ASSERT_EQ(ETIMEDOUT, pthread_mutex_timedlock(&m, &ts)); in TEST()1128 ASSERT_EQ(0, pthread_mutex_timedlock(&m, &ts)); in TEST()
786 pthread_mutex_timedlock
902 pthread_mutex_timedlock;