Searched refs:pthread_rwlock_tryrdlock (Results 1 – 7 of 7) sorted by relevance
184 FUNCTION(pthread_rwlock_tryrdlock, int (*f)(pthread_rwlock_t*)); in pthread_h()
444 int pthread_rwlock_tryrdlock(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_tryrdlock() function
235 int pthread_rwlock_tryrdlock(pthread_rwlock_t* _Nonnull __rwlock);
916 ASSERT_EQ(EBUSY, pthread_rwlock_tryrdlock(&l)); in TEST()920 ASSERT_EQ(0, pthread_rwlock_tryrdlock(&l)); in TEST()921 ASSERT_EQ(0, pthread_rwlock_tryrdlock(&l)); in TEST()1046 wakeup_arg.trylock_function = &pthread_rwlock_tryrdlock; in test_pthread_rwlock_writer_wakeup_reader()1138 wakeup_arg.trylock_function = &pthread_rwlock_tryrdlock; in pthread_rwlock_timedrdlock_timeout_helper()
799 pthread_rwlock_tryrdlock
815 pthread_rwlock_tryrdlock;