Searched refs:pthread_rwlock_timedrdlock (Results 1 – 6 of 6) sorted by relevance
66 zassert_equal(pthread_rwlock_timedrdlock(&rwlock, &time), EINVAL); in ZTEST()103 ret = pthread_rwlock_timedrdlock(&rwlock, &time); in ZTEST()
137 zassert_not_null(pthread_rwlock_timedrdlock); in ZTEST()
179 #define pthread_rwlock_timedrdlock(...)\ macro
451 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock,
198 int pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, in pthread_rwlock_timedrdlock() function
1062 pthread_rwlock_timedrdlock(),yes