QP/C  8.0.2
Real-Time Embedded Framework
Loading...
Searching...
No Matches
QK_Attr Class Reference

Private attributes of the QK kernel. More...

#include "qk.h"

Public Attributes

QPSet readySet
 
uint_fast8_t actPrio
 
uint_fast8_t nextPrio
 
uint_fast8_t actThre
 
uint_fast8_t lockCeil
 
uint_fast8_t intNest
 

Detailed Description

Private attributes of the QK kernel.

Definition at line 45 of file qk.h.

Member Data Documentation

◆ readySet

QPSet readySet

Set of active-objects/threads that are ready to run in the QK kernel

Definition at line 46 of file qk.h.

◆ actPrio

uint_fast8_t actPrio

Priority of the currently active AO

Definition at line 47 of file qk.h.

◆ nextPrio

uint_fast8_t nextPrio

Next AO priority scheduled by QK

Definition at line 48 of file qk.h.

◆ actThre

uint_fast8_t actThre

Preemption threshold of the currently active AO

Definition at line 49 of file qk.h.

◆ lockCeil

uint_fast8_t lockCeil

Scheduler lock-ceiling (0 if scheduler unlocked)

Definition at line 50 of file qk.h.

◆ intNest

uint_fast8_t intNest

Up-down counter indicating current interrupt nesting (used in some QK ports)

Definition at line 51 of file qk.h.


The documentation for this class was generated from the following files: