RTEMS CPU Kit with SuperCore  4.11.2
Functions
sched_getprioritymin.c File Reference

Get the Minimum Priority Limit. More...

#include <sched.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/seterr.h>
#include <rtems/posix/priorityimpl.h>
Include dependency graph for sched_getprioritymin.c:

Functions

int sched_get_priority_min (int policy)
 13.3.6 Get Scheduling Parameter Limits, P1003.1b-1993, p. More...
 

Detailed Description

Get the Minimum Priority Limit.

Function Documentation

◆ sched_get_priority_min()

int sched_get_priority_min ( int  policy)

13.3.6 Get Scheduling Parameter Limits, P1003.1b-1993, p.

258

References POSIX_SCHEDULER_MINIMUM_PRIORITY, and rtems_set_errno_and_return_minus_one.