summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests/itrontask02/dormant.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett1999-11-151-0/+45
state and one that is in non-dormant state. + Increased the priority of the Init task to force the dummy tasks to run first. + Added calls to ref_tsk to verify the state of the dummy tasks and test ref_tsk.