RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
priorityimpl.h File Reference

POSIX Priority Support. More...

#include <rtems/score/priority.h>
Include dependency graph for priorityimpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define POSIX_SCHEDULER_MAXIMUM_PRIORITY   (PRIORITY_MAXIMUM - 1)
 1003.1b-1993,2.2.2.80 definition of priority, p. More...
 
#define POSIX_SCHEDULER_MINIMUM_PRIORITY   (1)
 This is the numerically least important POSIX priority.
 

Functions

bool _POSIX_Priority_Is_valid (int priority)
 Check if POSIX priority is valid. More...
 
RTEMS_INLINE_ROUTINE Priority_Control _POSIX_Priority_To_core (int priority)
 Convert POSIX priority to SuperCore priority. More...
 
RTEMS_INLINE_ROUTINE int _POSIX_Priority_From_core (Priority_Control priority)
 Convert SuperCore priority To POSIX priority. More...
 

Detailed Description

POSIX Priority Support.

This include file defines the interface to the POSIX priority implementation.