summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests/itrontask03/system.h
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:25:53 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:25:53 +0000
commit06380cfeac48b3963f9abd5fe256cd73d845bcd3 (patch)
tree38360ad8e625bc3e4f67ce716b33be081ccdc6de /c/src/tests/itrontests/itrontask03/system.h
parent+ Changed preempt routine into two dummy tasks one that is in dormant (diff)
downloadrtems-06380cfeac48b3963f9abd5fe256cd73d845bcd3.tar.bz2
+ Added check that a task could be sent to a dormant state
then sta_tsk used to restart the task to its initial state. + Added calls to ref_tsk to yellow paths for suspended and ready but not running tasks. + Fixed output file to correctly state test name + Added priority of preempt to the header file. Allows ref_tsk verification.
Diffstat (limited to '')
-rw-r--r--c/src/tests/itrontests/itrontask03/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/tests/itrontests/itrontask03/system.h b/c/src/tests/itrontests/itrontask03/system.h
index 4e4a1ac7ae..546b6dd415 100644
--- a/c/src/tests/itrontests/itrontask03/system.h
+++ b/c/src/tests/itrontests/itrontask03/system.h
@@ -40,6 +40,8 @@ void Task_3();
#define TA2_ID 4
#define TA3_ID 5
+
+#define PREEMPT_PRIORITY 1
TEST_EXTERN rtems_id Global_variable; /* example global variable */
/* end of include file */