Home
last modified time | relevance | path

Searched refs:contentionscope (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/htl/
Dpt-attr-setscope.c23 __pthread_attr_setscope (pthread_attr_t *attr, int contentionscope) in __pthread_attr_setscope() argument
25 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()
Dpt-attr-getscope.c23 __pthread_attr_getscope (const pthread_attr_t *attr, int *contentionscope) in __pthread_attr_getscope() argument
25 *contentionscope = attr->__contentionscope; in __pthread_attr_getscope()