Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 4 of 4) sorted by relevance

/nptl/
A Dpthread_attr_getscope.c22 __pthread_attr_getscope (const pthread_attr_t *attr, int *scope) in __pthread_attr_getscope() argument
29 *scope = (iattr->flags & ATTR_FLAG_SCOPEPROCESS in __pthread_attr_getscope()
A Dpthread_attr_setscope.c23 __pthread_attr_setscope (pthread_attr_t *attr, int scope) in __pthread_attr_setscope() argument
30 switch (scope) in __pthread_attr_setscope()
A Dpthread_attr_init.c67 int scope; in __pthread_attr_init_2_0() member
A Dtst-attr3.c287 int scope; in do_test() local
288 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