Processor Affinity Functions

wRTOS provides several functions for managing processor affinity for a specific thread or process.

The functions above that set and retrieve processor affinity masks (GetProcessAffinityMask, SetProcessAffinityMask, SetThreadAffinityMask, and RtCreateTimerEx use bitmasks to represent the mask.

Related topics: