RTEMS 6.1-rc1
Data Fields
Thread_CPU_budget_control Struct Reference

This structure is used to control the CPU budget of a thread. More...

#include <thread.h>

Data Fields

const Thread_CPU_budget_operationsoperations
 If this member is not NULL, then it references the CPU budget operations used to manage the CPU budget of the thread, otherwise it is NULL.
 
uint32_t available
 This member contains the count of the time quantum that this thread is allowed to consume until an action takes place defined by the CPU budget operations.
 

Detailed Description

This structure is used to control the CPU budget of a thread.


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