Searched refs:pthread_mutex_timedlock_pi (Results 1 – 3 of 3) sorted by relevance
3 static int pthread_mutex_timedlock_pi(pthread_mutex_t *restrict m, const struct timespec *restrict … in pthread_mutex_timedlock_pi() function50 if (type&8) return pthread_mutex_timedlock_pi(m, at); in __pthread_mutex_timedlock()
21 static int pthread_mutex_timedlock_pi(pthread_mutex_t *restrict m, const struct timespec *restrict … in pthread_mutex_timedlock_pi() function68 if (type&8) return pthread_mutex_timedlock_pi(m, at); in __pthread_mutex_timedlock()
2551 TEST(pthread, pthread_mutex_timedlock_pi) { in TEST() argument