RTEMS ITRON 3.0 API User's Guide
The task manager is used to directly control and access the state of tasks. Included among these are functions for creating, deleting, starting and terminating tasks, for releasing the WAIT state of tasks, for enabling/disabling task dispatching, for changing task priority levels, for rotatingtasks on the ready queue, and for accessing task state.
The services provided by the task manager are:
cre_tsk
- Create Task
del_tsk
- Delete Task
sta_tsk
- Start Task
ext_tsk
- Exit Issuing Task
exd_tsk
- Exit and Delete Issuing Task
ter_tsk
- Terminate Other Task
dis_dsp
- Disable Dispatch
ena_dsp
- Enable Dispatch
chg_pri
- Change Task Priority
rot_rdq
- Rotate Tasks on the Ready Queue
rel_wai
- Release Wait of Other Task
get_tid
- Get Task Identifier
ref_tsk
- Reference Task Status
RTEMS ITRON 3.0 API User's Guide
Copyright © 1988-2004 OAR Corporation