RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Typedefs | Enumerations
priorityimpl.h File Reference

This header file provides interfaces of the Priority Handler which are only used by the implementation. More...

#include <rtems/score/priority.h>
#include <rtems/score/scheduler.h>

Go to the source code of this file.

Typedefs

typedef void(* Priority_Add_handler) (Priority_Aggregation *aggregation, Priority_Actions *actions, void *arg)
 
typedef void(* Priority_Change_handler) (Priority_Aggregation *aggregation, Priority_Group_order group_order, Priority_Actions *actions, void *arg)
 
typedef void(* Priority_Remove_handler) (Priority_Aggregation *aggregation, Priority_Actions *actions, void *arg)
 

Enumerations

enum  Priority_Group_order { PRIORITY_GROUP_FIRST = 0 , PRIORITY_GROUP_LAST = 1 }
 The priority group order determines if a priority node is inserted as the first or last node into its priority group. More...
 

Detailed Description

This header file provides interfaces of the Priority Handler which are only used by the implementation.