RTEMS CPU Kit with SuperCore  4.11.2
Macros | Typedefs | Variables
priority.h File Reference

Thread Priority Manipulation Routines. More...

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

Go to the source code of this file.

Macros

#define PRIORITY_MINIMUM   0
 This defines the highest (most important) thread priority. More...
 
#define PRIORITY_PSEUDO_ISR   PRIORITY_MINIMUM
 This defines the priority of pseudo-ISR threads. More...
 
#define PRIORITY_DEFAULT_MAXIMUM   255
 This defines the default lowest (least important) thread priority. More...
 
#define PRIORITY_MAXIMUM   rtems_maximum_priority
 This defines the lowest (least important) thread priority. More...
 

Typedefs

typedef uint32_t Priority_Control
 The following type defines the control block used to manage thread priorities. More...
 

Variables

uint8_t rtems_maximum_priority
 This variable contains the configured number of priorities.
 

Detailed Description

Thread Priority Manipulation Routines.

This include file contains all thread priority manipulation routines. This Handler provides mechanisms which can be used to initialize and manipulate thread priorities.