summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/tasksync.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:20:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:20:40 +0000
commit110bdfe6940c766b7960b68ab36f761e2d3d279a (patch)
treea2778aa6d0bac672c5e3c7a00523f4b770f5b626 /doc/itron3.0/tasksync.t
parentPrototypes are now based on how the TRON specification states them. (diff)
downloadrtems-110bdfe6940c766b7960b68ab36f761e2d3d279a.tar.bz2
Made the gen_section more accurate.
Diffstat (limited to 'doc/itron3.0/tasksync.t')
-rw-r--r--doc/itron3.0/tasksync.t42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/itron3.0/tasksync.t b/doc/itron3.0/tasksync.t
index f015869bf9..c20abc1119 100644
--- a/doc/itron3.0/tasksync.t
+++ b/doc/itron3.0/tasksync.t
@@ -16,13 +16,13 @@ task-dependent synchronization manager is ...
The services provided by the task-dependent synchronization manager are:
@itemize @bullet
-@item @code{sus_tsk} - Suspend Other Task
-@item @code{rsm_tsk} - Forcibly Resume Suspended Task Resume Suspended Task
-@item @code{frsm_tsk} - Forcibly Resume Suspended Task
-@item @code{slp_tsk} - Sleep Task Sleep Task with Timeout
-@item @code{tslp_tsk} - Sleep Task with Timeout
-@item @code{wup_tsk} - Wakeup Other Task
-@item @code{can_wup} - Cancel Wakeup Request
+@item @code{sus_tsk} - Suspend Other Task
+@item @code{rsm_tsk} - Resume Suspended Task
+@item @code{frsm_tsk} - Forcibly Resume Suspended Task
+@item @code{slp_tsk} - Sleep Task
+@item @code{tslp_tsk} - Sleep Task with Timeout
+@item @code{wup_tsk} - Wakeup Other Task
+@item @code{can_wup} - Cancel Wakeup Request
@end itemize
@section Background
@@ -42,14 +42,14 @@ and status codes.
@c
@page
-@subsection sus_tsk - Suspend Other Task
+@subsection sus_tsk - Suspend Other Task
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER sus_tsk (
- ID tskid
+ ID tskid
);
@end example
@end ifset
@@ -71,14 +71,14 @@ ER sus_tsk (
@c
@page
-@subsection rsm_tsk - Forcibly Resume Suspended Task Resume Suspended Task
+@subsection rsm_tsk - Forcibly Resume Suspended Task Resume Suspended Task
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER rsm_tsk (
- ID tskid ER ercd =frsm_tsk
+ ID tskid ER ercd =frsm_tsk
);
@end example
@end ifset
@@ -100,14 +100,14 @@ ER rsm_tsk (
@c
@page
-@subsection frsm_tsk - Forcibly Resume Suspended Task
+@subsection frsm_tsk - Forcibly Resume Suspended Task
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER ercd =frsm_tsk (
- ID tskid
+ ID tskid
);
@end example
@end ifset
@@ -129,14 +129,14 @@ ER ercd =frsm_tsk (
@c
@page
-@subsection slp_tsk - Sleep Task Sleep Task with Timeout
+@subsection slp_tsk - Sleep Task Sleep Task with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER slp_tsk (
- ER ercd =tslp_tsk
+ ER ercd =tslp_tsk
);
@end example
@end ifset
@@ -158,14 +158,14 @@ No polling function for slp_tsk is provided. A similar function can be implemen
@c tslp_tsk
@c
-@subsection tslp_tsk - Sleep Task with Timeout
+@subsection tslp_tsk - Sleep Task with Timeout
@subsection tslp_tsk - Sleep Task with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
ER ercd =tslp_tsk (
- TMO tmout
+ TMO tmout
TMO tmout
);
@end example
@@ -187,14 +187,14 @@ If you simply wish to delay a task (make it wait for a while), use dly_tsk rathe
@c wup_tsk
@c
-@subsection wup_tsk - Wakeup Other Task
+@subsection wup_tsk - Wakeup Other Task
@subsection wup_tsk - Wakeup Other Task
@subheading CALLING SEQUENCE:
@ifset is-C
ER wup_tsk (
- ID tskid
+ ID tskid
ID tskid
);
@end example
@@ -216,14 +216,14 @@ An E_QOVR error will result if wup_tsk is issued more than the maximum value all
@c can_wup
@c
-@subsection can_wup - Cancel Wakeup Request
+@subsection can_wup - Cancel Wakeup Request
@subsection can_wup - Cancel Wakeup Request
@subheading CALLING SEQUENCE:
@ifset is-C
ER can_wup (
- INT *p_wupcnt, ID tskid
+ INT *p_wupcnt, ID tskid
ID tskid
);
@end example