Searched refs:pthread_rwlockattr_setpshared (Results 1 – 8 of 8) sorted by relevance
94 pthread_rwlockattr_setpshared(&attr, PTHREAD_PROCESS_SHARED); in RWLock()
191 FUNCTION(pthread_rwlockattr_setpshared, int (*f)(pthread_rwlockattr_t*, int)); in pthread_h()
232 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t* __attr, int __shared);
108 int pthread_rwlockattr_setpshared(pthread_rwlockattr_t* attr, int pshared) { in pthread_rwlockattr_setpshared() function
793 pthread_rwlockattr_setpshared
824 pthread_rwlockattr_setpshared;
841 ASSERT_EQ(0, pthread_rwlockattr_setpshared(&attr, pshared_value_array[i])); in TEST()