Searched refs:pthread_condattr_setpshared (Results 1 – 7 of 7) sorted by relevance
79 int pthread_condattr_setpshared(pthread_condattr_t* attr, int pshared) { in pthread_condattr_setpshared() function
129 FUNCTION(pthread_condattr_setpshared, int (*f)(pthread_condattr_t*, int)); in pthread_h()
124 int pthread_condattr_setpshared(pthread_condattr_t* _Nonnull __attr, int __shared);
749 pthread_condattr_setpshared
782 pthread_condattr_setpshared;
1528 ASSERT_EQ(0, pthread_condattr_setpshared(&attr, PTHREAD_PROCESS_SHARED)); in TEST()