RTEMS ITRON 3.0 API User's Guide
A task may exist in one of the following five states:
An active task may occupy the RUN, READY, Wait or DORMANT state, otherwise the task is considered NON-EXISTENT. One or more tasks may be active in the system simultaneously. Multiple tasks communicate, synchronize, and compete for system resources with each other via system calls. The multiple tasks appear to execute in parallel, but actually each is dispatched to the CPU for periods of time determined by the scheduling algorithm. The scheduling of a task is based on its current state and priority.
RTEMS ITRON 3.0 API User's Guide
Copyright © 1988-2000 OAR Corporation