--- doc/user/smp.t | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/doc/user/smp.t b/doc/user/smp.t index 4ed2735..9703c14 100644 --- a/doc/user/smp.t +++ b/doc/user/smp.t @@ -371,6 +371,40 @@ cleared bit means the opposite. None. @c +@c rtems_task_get_scheduler +@c +@page +@subsection TASK_GET_SCHEDULER - Get scheduler of a task + +@subheading CALLING SEQUENCE: + +@ifset is-C +@example +rtems_status_code rtems_task_get_scheduler( + rtems_id id, + rtems_id *scheduler_id +); +@end example +@end ifset + +@ifset is-Ada +@end ifset + +@subheading DIRECTIVE STATUS CODES: + +@code{@value{RPREFIX}SUCCESSFUL} - successful operation@* +@code{@value{RPREFIX}INVALID_ADDRESS} - @code{scheduler_id} is NULL@* +@code{@value{RPREFIX}INVALID_ID} - invalid task id + +@subheading DESCRIPTION: + +Returns the scheduler identifier of a task in @code{scheduler_id}. + +@subheading NOTES: + +None. + +@c @c rtems_task_get_affinity @c @page -- 1.7.7 _______________________________________________ rtems-devel mailing list rtems-devel@rtems.org http://www.rtems.org/mailman/listinfo/rtems-devel