RTEMS Logo

RTEMS 4.10.2 On-Line Library


Scheduler Manager sched_get_priority_min - Get Minimum Priority Value

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

13.4.1: sched_get_priority_min - Get Minimum Priority Value

CALLING SEQUENCE:

#include <sched.h>

int sched_get_priority_min(
  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:

This routine return the minimum (numerically and logically lowest) priority for the specified policy.

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation