#include <pthread.h> int pthread_attr_getscope( const pthread_attr_t *attr, int *contentionscope );
The pthread_attr_getscope
routine is used to obtain the
value of the contention scope field in the thread attributes
object attr
. The current value is returned in
contentionscope
.
As required by POSIX, RTEMS defines the feature symbol
_POSIX_THREAD_PRIORITY_SCHEDULING
to indicate that the
family of routines to which this routine belongs is supported.
Copyright © 1988-2007OAR Corporation