Added prototype for rtems_task_is_suspended at request of

Eric Norum.
This commit is contained in:
Joel Sherrill
1999-10-20 20:33:02 +00:00
parent 2f23359df0
commit e39431b75f
2 changed files with 24 additions and 2 deletions

View File

@@ -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