summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 20:33:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-20 20:33:02 +0000
commite39431b75f4f3583e6d65f8206d19a3a971dc35b (patch)
tree6173fde289d24342da3644cc59f2fbf0e8292538 /c
parentMoved stuff to rtems subdirectory and made sure the system still (diff)
downloadrtems-e39431b75f4f3583e6d65f8206d19a3a971dc35b.tar.bz2
Added prototype for rtems_task_is_suspended at request of
Eric Norum.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/tasks.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/c/src/exec/rtems/include/rtems/rtems/tasks.h b/c/src/exec/rtems/include/rtems/rtems/tasks.h
index 82506a5409..f09f746a04 100644
--- a/c/src/exec/rtems/include/rtems/rtems/tasks.h
+++ b/c/src/exec/rtems/include/rtems/rtems/tasks.h
@@ -394,8 +394,19 @@ rtems_status_code rtems_task_wake_after(
rtems_interval ticks
);
-/*PAGE
+/*
+ * rtems_task_is_suspended
*
+ * This directive returns a status indicating whether or not
+ * the specified task is suspended.
+ */
+
+rtems_status_code rtems_task_is_suspended(
+ Objects_Id id
+);
+
+
+/*
* _RTEMS_tasks_Initialize_user_tasks
*
* This routine creates and starts all configured user