static constexpr int RT_THREAD_PRIORITY
The thread priority for rt-threads.
static bool startLowLatencyMode()
Activate low latency mode of the system.
static bool pinThreadToCPU(unsigned int cpu)
Pins the calling thread to the CPU with the given id.
static bool stopLowLatencyMode()
Deactivate low latency mode of the system.
The RTUtility class contains functions for improving the realtime capabilities of a thread or of the ...
static bool elevateThreadPriority(int priority)
Elevate the thread priority of the calling thread to the given priority.