This header file provides interfaces of the Priority Handler which are used by the implementation and the Application Configuration.
More...
#include <rtems/score/chain.h>
#include <rtems/score/cpu.h>
#include <rtems/score/rbtree.h>
Go to the source code of this file.
|
#define | PRIORITY_MINIMUM 0 |
| The highest (most important) thread priority value.
|
|
#define | PRIORITY_DEFAULT_MAXIMUM 255 |
| The default lowest (least important) thread priority value.
|
|
|
enum | Priority_Action_type { PRIORITY_ACTION_ADD
, PRIORITY_ACTION_CHANGE
, PRIORITY_ACTION_REMOVE
, PRIORITY_ACTION_INVALID
} |
| The priority action type.
|
|
This header file provides interfaces of the Priority Handler which are used by the implementation and the Application Configuration.