RTEMS  5.1
Functions
psxpriorityisvalid.c File Reference

POSIX Is Priority Valid. More...

#include <rtems/posix/priorityimpl.h>
#include <rtems/score/schedulerimpl.h>

Functions

Priority_Control _POSIX_Priority_To_core (const Scheduler_Control *scheduler, int posix_priority, bool *valid)
 Converts the POSIX API priority to the corresponding SuperCore priority and validates it. More...
 
int _POSIX_Priority_From_core (const Scheduler_Control *scheduler, Priority_Control core_priority)
 Converts the SuperCore priority to the corresponding POSIX API priority. More...
 

Detailed Description

POSIX Is Priority Valid.