summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests/itrontask02/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed to call tmmacros instead of assert.Jennifer Averett1999-11-161-141/+153
|
* + Changed preempt routine into two dummy tasks one that is in dormantJennifer Averett1999-11-151-12/+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.
* + Modified calls to use TSK_SLF for calls to self.Joel Sherrill1999-11-121-25/+24
| | | | + Modified calls to use the task id macro for calls to the PREEMPT task.
* + Added check for priority over 256.Joel Sherrill1999-11-121-1/+4
| | | | + Modified output to correctly state the error.
* Test name changed to reflect placement after merger.Joel Sherrill1999-11-121-3/+7
| | | | Changed output to reflect what was actually being tested.
* Merged tests from Task group.Joel Sherrill1999-11-091-0/+518