Searched refs:contentionscope (Results 1 – 1 of 1) sorted by relevance
224 pthread_attr_getscope(const pthread_attr_t *attrp, int *contentionscope) in pthread_attr_getscope() argument226 *contentionscope = (*attrp)->contention_scope; in pthread_attr_getscope()232 pthread_attr_setscope(pthread_attr_t *attrp, int contentionscope) in pthread_attr_setscope() argument234 if (contentionscope != PTHREAD_SCOPE_SYSTEM && in pthread_attr_setscope()235 contentionscope != PTHREAD_SCOPE_PROCESS) in pthread_attr_setscope()237 (*attrp)->contention_scope = contentionscope; in pthread_attr_setscope()