RTEMS 6.1-rc6
|
This structure contains operations which manage the CPU budget of a thread. More...
#include <thread.h>
Data Fields | |
void(* | at_tick )(Thread_Control *) |
This operation is called at each clock tick for the executing thread. | |
void(* | at_context_switch )(Thread_Control *) |
This operation is called right before a context switch to the thread is performed. | |
void(* | initialize )(Thread_Control *) |
This operation is called to initialize the CPU budget of the thread. | |
This structure contains operations which manage the CPU budget of a thread.