Home
last modified time | relevance | path

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

/openbsd/lib/librthread/
H A Drthread_attr.c226 *contentionscope = (*attrp)->contention_scope; in pthread_attr_getscope()
237 (*attrp)->contention_scope = contentionscope; in pthread_attr_setscope()
H A Drthread.c80 .contention_scope = PTHREAD_SCOPE_SYSTEM,
/openbsd/lib/libc/include/
H A Dthread_private.h354 int contention_scope; member