RTFW_PRIORITY_INVERSION_PROTOCOL Enumeration

RTFW_PRIORITY_INVERSION_PROTOCOL represents the possible priority inversion protocols that the RTX64 Subsystem can use.

 

Syntax

typedef enum _RTFW_PRIORITY_INVERSION_PROTOCOL(
    RTPI_NONE = 0,
    RTPI_TIERED_DEMOTION
} RTFW_PRIORITY_INVERSION_PROTOCOL, * PRTFW_PRIORITY_INVERSION_PROTOCOL;

Constants

RTPI_NONE

The RTX64 Subsystem does not use any priority inversion protocol.

RTPI_TIERED_DEMOTION

The RTX64 Subsystem uses a tiered-demotion priority inversion protocol.

Requirements

Minimum Required Version RTX64 3.4
Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

Thread Scheduling

RtfwGetPriorityInversionProtocol

RtfwSetPriorityInversionProtocol