RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Data Fields
Thread_CPU_budget_operations Struct Reference

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.
 

Detailed Description

This structure contains operations which manage the CPU budget of a thread.


The documentation for this struct was generated from the following file: