RTEMS 4.0.0 On-Line Library
pthread_getschedparam
RTEMS POSIX API User's Guide
1.4.25: pthread_getschedparam
CALLING SEQUENCE:
-
#include <pthread.h>
int pthread_getschedparam(
pthread_t thread,
int *policy,
struct sched_param *param
);
STATUS CODES:
- EINVAL
-
The policy pointer argument is invalid.
- EINVAL
-
The scheduling parameters pointer argument is invalid.
- ESRCH
-
The thread indicated by the parameter thread is invalid.
DESCRIPTION:
NOTES:
RTEMS POSIX API User's Guide
Copyright © 1988-1998 OAR Corporation