Searched refs:contentionScope (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/posix_error_mapper/
H A Dpthread_attr.cpp51 (const pthread_attr_t *attr, int *contentionScope),
53 contentionScope));
58 (pthread_attr_t *attr, int contentionScope),
60 contentionScope));
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c128 pthread_attr_getscope(const pthread_attr_t *attr, int *contentionScope) argument
130 if (attr == NULL || contentionScope == NULL)
133 *contentionScope = PTHREAD_SCOPE_SYSTEM;
139 pthread_attr_setscope(pthread_attr_t *attr, int contentionScope) argument
144 if (contentionScope != PTHREAD_SCOPE_SYSTEM)
/haiku/headers/posix/
H A Dpthread.h210 int *contentionScope);
211 extern int pthread_attr_setscope(pthread_attr_t *attr, int contentionScope);

Completed in 21 milliseconds