Share via


Real-Time Performance Functionality

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Windows Mobile contains several pieces of functionality that, when combined together, make up the real-time functionality of the OS. It is important to understand how interrupt service routines (ISRs) and interrupt service threads (ISTs) function and interact with the OS to ensure that it maintains its real-time performance. In Windows Mobile, you can control not only the priority of a thread, but also the amount of time, or quantum, in which threads at the same priority level are allocated each time they are executed. This gives you greater control over when threads are executed in the OS. Windows Mobile provides real-time measurement tools that you can use to verify that a specified real-time system can function within the real-time requirements of that OS.

See Also

Concepts

Real-Time Priority System
Interrupt Latencies
Timer and Scheduling Management
Real-Time Performance