RTEMS 4.0.0 On-Line Library
pthread_attr_getscope
RTEMS POSIX API User's Guide
1.4.10: pthread_attr_getscope
CALLING SEQUENCE:
-
#include <pthread.h>
int pthread_attr_getscope(
const pthread_attr_t *attr,
int *contentionscope
);
STATUS CODES:
- EINVAL
-
The attribute pointer argument is invalid.
- EINVAL
-
The attribute set is not initialized.
- EINVAL
-
The contentionscope pointer argument is invalid.
DESCRIPTION:
NOTES:
RTEMS POSIX API User's Guide
Copyright © 1988-1998 OAR Corporation