Searched refs:pthread_rwlockattr_setpshared (Results 1 – 5 of 5) sorted by relevance
197 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int) __nonnull((1));
108 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t* attr, int pshared) { in pthread_rwlockattr_setpshared() function
793 pthread_rwlockattr_setpshared
926 pthread_rwlockattr_setpshared;
649 ASSERT_EQ(0, pthread_rwlockattr_setpshared(&attr, pshared_value_array[i])); in TEST()