Searched refs:pthread_rwlock_tryrdlock (Results 1 – 14 of 14) sorted by relevance
226 int pthread_rwlock_tryrdlock(pthread_rwlock_t*) __nonnull((1));
427 int pthread_rwlock_tryrdlock(pthread_rwlock_t* rwlock_interface) { in pthread_rwlock_tryrdlock() function
692 ASSERT_EQ(EBUSY, pthread_rwlock_tryrdlock(&l)); in TEST()696 ASSERT_EQ(0, pthread_rwlock_tryrdlock(&l)); in TEST()697 ASSERT_EQ(0, pthread_rwlock_tryrdlock(&l)); in TEST()790 wakeup_arg.trylock_function = pthread_rwlock_tryrdlock; in test_pthread_rwlock_writer_wakeup_reader()850 wakeup_arg.trylock_function = pthread_rwlock_tryrdlock; in TEST()
739 pthread_rwlock_tryrdlock;
793 pthread_rwlock_tryrdlock;
795 pthread_rwlock_tryrdlock;
797 pthread_rwlock_tryrdlock;
822 pthread_rwlock_tryrdlock;
799 pthread_rwlock_tryrdlock