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