OAR

RTEMS 4.0.0 On-Line Library


sched_get_priority_max

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

7.4.2: sched_get_priority_max

CALLING SEQUENCE:

#include <sched.h>

int sched_get_priority_max(
  int policy
);

STATUS CODES:

On error, this routine returns -1 and sets errno to one of the following:

EINVAL
The indicated policy is invalid.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation