summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/tasksync.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-04 13:37:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-04 13:37:43 +0000
commiteb91a4bb49d492ab11ff979110b451d992a365e1 (patch)
tree695dfb3334c6553a532a256ea00705780cf1d55b /doc/itron3.0/tasksync.t
parentAdded much of the text required to turn this into a real chapter. (diff)
downloadrtems-eb91a4bb49d492ab11ff979110b451d992a365e1.tar.bz2
Significantly cleaned up to make a much better starting point for the
class.
Diffstat (limited to 'doc/itron3.0/tasksync.t')
-rw-r--r--doc/itron3.0/tasksync.t43
1 files changed, 21 insertions, 22 deletions
diff --git a/doc/itron3.0/tasksync.t b/doc/itron3.0/tasksync.t
index c20abc1119..51cca765e9 100644
--- a/doc/itron3.0/tasksync.t
+++ b/doc/itron3.0/tasksync.t
@@ -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
+ER sus_tsk(
+ 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 - Resume Suspended Task
@subheading CALLING SEQUENCE:
@ifset is-C
@example
-ER rsm_tsk (
- ID tskid ER ercd =frsm_tsk
+ER rsm_tsk(
+ ID tskid
);
@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
+ER ercd =frsm_tsk(
+ ID tskid
);
@end example
@end ifset
@@ -129,15 +129,13 @@ 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 slp_tsk( void );
@end example
@end ifset
@@ -158,14 +156,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
+@page
@subsection tslp_tsk - Sleep Task with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
-ER ercd =tslp_tsk (
- TMO tmout
+@example
+ER ercd =tslp_tsk(
TMO tmout
);
@end example
@@ -187,14 +185,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
+@page
@subsection wup_tsk - Wakeup Other Task
@subheading CALLING SEQUENCE:
@ifset is-C
-ER wup_tsk (
- ID tskid
+@example
+ER wup_tsk(
ID tskid
);
@end example
@@ -216,14 +214,15 @@ 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
+@page
@subsection can_wup - Cancel Wakeup Request
@subheading CALLING SEQUENCE:
@ifset is-C
-ER can_wup (
- INT *p_wupcnt, ID tskid
+@example
+ER can_wup(
+ INT *p_wupcnt,
ID tskid
);
@end example