Searched refs:pthread_attr_getscope (Results 1 – 7 of 7) sorted by relevance
226 int pthread_attr_getscope(const pthread_attr_t*, int* scope) { in pthread_attr_getscope() function
96 FUNCTION(pthread_attr_getscope, int (*f)(const pthread_attr_t*, int*)); in pthread_h()
106 int pthread_attr_getscope(const pthread_attr_t* _Nonnull __attr, int* _Nonnull __scope);
722 pthread_attr_getscope
1484 TEST(pthread, pthread_attr_getscope) { in TEST() argument1489 ASSERT_EQ(0, pthread_attr_getscope(&attr, &scope)); in TEST()
756 pthread_attr_getscope;