Searched refs:scope (Results 1 – 4 of 4) sorted by relevance
22 __pthread_attr_getscope (const pthread_attr_t *attr, int *scope) in __pthread_attr_getscope() argument29 *scope = (iattr->flags & ATTR_FLAG_SCOPEPROCESS in __pthread_attr_getscope()
23 __pthread_attr_setscope (pthread_attr_t *attr, int scope) in __pthread_attr_setscope() argument30 switch (scope) in __pthread_attr_setscope()
67 int scope; in __pthread_attr_init_2_0() member
287 int scope; in do_test() local288 err = pthread_attr_getscope (&a, &scope); in do_test()294 else if (scope != PTHREAD_SCOPE_SYSTEM) in do_test()297 scope); in do_test()
Completed in 5 milliseconds