RTEMS 4.0.0 On-Line Library
sched_rr_get_interval
RTEMS POSIX API User's Guide
7.4.3: sched_rr_get_interval
CALLING SEQUENCE:
-
#include <sched.h>
int sched_rr_get_interval(
pid_t pid,
struct timespec *interval
);
STATUS CODES:
On error, this routine returns -1 and sets errno to one of the following:
- ESRCH
-
The indicated process id is invalid.
- EINVAL
-
The specified interval pointer parameter is invalid.
DESCRIPTION:
NOTES:
RTEMS POSIX API User's Guide
Copyright © 1988-1998 OAR Corporation