From e39431b75f4f3583e6d65f8206d19a3a971dc35b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Oct 1999 20:33:02 +0000 Subject: Added prototype for rtems_task_is_suspended at request of Eric Norum. --- c/src/exec/rtems/include/rtems/rtems/tasks.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'c') 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 -- cgit v1.2.3