Searched refs:contentionscope (Results 1 – 2 of 2) sorted by relevance
23 __pthread_attr_setscope (pthread_attr_t *attr, int contentionscope) in __pthread_attr_setscope() argument25 if (contentionscope == __pthread_default_attr.__contentionscope) in __pthread_attr_setscope()27 attr->__contentionscope = contentionscope; in __pthread_attr_setscope()31 switch (contentionscope) in __pthread_attr_setscope()
23 __pthread_attr_getscope (const pthread_attr_t *attr, int *contentionscope) in __pthread_attr_getscope() argument25 *contentionscope = attr->__contentionscope; in __pthread_attr_getscope()