summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/task.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 19:47:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 19:47:37 +0000
commit086a898af2678a947911b753778feedbd8655744 (patch)
tree390a7cf24d72ebaa0e7f7d0cdcd83404e0be7b7a /doc/itron3.0/task.t
parentChanged release date. (diff)
downloadrtems-086a898af2678a947911b753778feedbd8655744.tar.bz2
Added copyright.
Diffstat (limited to 'doc/itron3.0/task.t')
-rw-r--r--doc/itron3.0/task.t22
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/itron3.0/task.t b/doc/itron3.0/task.t
index e3a8cc0e4f..64f100f806 100644
--- a/doc/itron3.0/task.t
+++ b/doc/itron3.0/task.t
@@ -1,4 +1,8 @@
@c
+@c COPYRIGHT (c) 1988-1999.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
@c This is the chapter from the RTEMS ITRON User's Guide that
@c documents the services provided by the task
@c manager.
@@ -19,7 +23,7 @@ The services provided by the task manager are:
@item @code{del_tsk} - Delete Task
@item @code{sta_tsk} - Start Task
@item @code{ext_tsk} - Exit Issuing Task
-@item @code{exd_tsk} - Exit and Delete Task
+@item @code{exd_tsk} - Exit and Delete Issuing Task
@item @code{ter_tsk} - Terminate Other Task
@item @code{dis_dsp} - Disable Dispatch
@item @code{ena_dsp} - Enable Dispatch
@@ -61,7 +65,7 @@ typedef struct t_ctsk @{
FP task; /* task start address */
PRI itskpri; /* initial task priority */
INT stksz; /* stack size */
- /* additional information may be included depending on the implementation */
+ /* additional implementation dependent information may be included */
@} T_CTSK;
@end example
@@ -335,15 +339,13 @@ In principle, information concerning a task recorded in the TCB, such as task pr
@page
@subsection exd_tsk - Exit and Delete Issuing Task
-@subsection exd_tsk - Exit and Delete Task
+@subheading CALLING SEQUENCE:
@ifset is-C
@example
void exd_tsk(void);
@end example
-void exd_tsk(
-
-);
+@end ifset
@ifset is-Ada
@end ifset
@@ -427,9 +429,7 @@ In principle, information concerning a task recorded in the TCB, such as task pr
@example
ER dis_dsp(void);
@end example
-ER dis_dsp(
-
-);
+@end ifset
@ifset is-Ada
@end ifset
@@ -478,9 +478,7 @@ Only if the system is not a multiprocessor configuration, system can take advant
@example
ER ena_dsp(void);
@end example
-ER ena_dsp(
-
-);
+@end ifset
@ifset is-Ada
@end ifset