Home
last modified time | relevance | path

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

/openbsd/lib/librthread/
H A Drthread_attr.c224 pthread_attr_getscope(const pthread_attr_t *attrp, int *contentionscope) in pthread_attr_getscope() argument
226 *contentionscope = (*attrp)->contention_scope; in pthread_attr_getscope()
232 pthread_attr_setscope(pthread_attr_t *attrp, int contentionscope) in pthread_attr_setscope() argument
234 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()