The rtems_task_create
directive creates a task by allocating a task
control block, assigning the task a user-specified name,
allocating it a stack and floating point context area, setting a
user-specified initial priority, setting a user-specified
initial mode, and assigning it a task ID. Newly created tasks
are initially placed in the dormant state. All RTEMS tasks
execute in the most privileged mode of the processor.
Copyright © 1988-2008 OAR Corporation