summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/tasksync.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:10:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 18:10:59 +0000
commite968366e2195c3741f904275f2802a4069c52e03 (patch)
tree69234efdd3d0bf6188ffcd1a5c191e2ae3c500e9 /doc/itron3.0/tasksync.t
parentBasic prototypes are now included. (diff)
downloadrtems-e968366e2195c3741f904275f2802a4069c52e03.tar.bz2
Prototypes are now based on how the TRON specification states them.
The style in the output is not right but it is a good starting point.
Diffstat (limited to 'doc/itron3.0/tasksync.t')
-rw-r--r--doc/itron3.0/tasksync.t21
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/itron3.0/tasksync.t b/doc/itron3.0/tasksync.t
index f349fb5f70..f015869bf9 100644
--- a/doc/itron3.0/tasksync.t
+++ b/doc/itron3.0/tasksync.t
@@ -48,7 +48,8 @@ and status codes.
@ifset is-C
@example
-int sus_tsk(
+ER sus_tsk (
+ ID tskid
);
@end example
@end ifset
@@ -76,7 +77,8 @@ int sus_tsk(
@ifset is-C
@example
-int rsm_tsk(
+ER rsm_tsk (
+ ID tskid ER ercd =frsm_tsk
);
@end example
@end ifset
@@ -104,7 +106,8 @@ int rsm_tsk(
@ifset is-C
@example
-int frsm_tsk(
+ER ercd =frsm_tsk (
+ ID tskid
);
@end example
@end ifset
@@ -132,7 +135,8 @@ int frsm_tsk(
@ifset is-C
@example
-int slp_tsk(
+ER slp_tsk (
+ ER ercd =tslp_tsk
);
@end example
@end ifset
@@ -160,7 +164,8 @@ No polling function for slp_tsk is provided. A similar function can be implemen
@subheading CALLING SEQUENCE:
@ifset is-C
-int tslp_tsk(
+ER ercd =tslp_tsk (
+ TMO tmout
TMO tmout
);
@end example
@@ -188,7 +193,8 @@ If you simply wish to delay a task (make it wait for a while), use dly_tsk rathe
@subheading CALLING SEQUENCE:
@ifset is-C
-int wup_tsk(
+ER wup_tsk (
+ ID tskid
ID tskid
);
@end example
@@ -216,7 +222,8 @@ An E_QOVR error will result if wup_tsk is issued more than the maximum value all
@subheading CALLING SEQUENCE:
@ifset is-C
-int can_wup(
+ER can_wup (
+ INT *p_wupcnt, ID tskid
ID tskid
);
@end example