Changeset 89c1a21f in rtems for doc


Ignore:
Timestamp:
04/16/14 13:52:15 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
d1f2f22
Parents:
ed859d51
git-author:
Sebastian Huber <sebastian.huber@…> (04/16/14 13:52:15)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/17/14 06:06:38)
Message:

doc: rtems_scheduler_ident()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/smp.t

    red859d51 r89c1a21f  
    1717@item @code{rtems_get_processor_count} - Get processor count
    1818@item @code{rtems_get_current_processor} - Get current processor index
     19@item @code{rtems_scheduler_ident} - Get ID of a scheduler
    1920@item @code{rtems_task_get_affinity} - Get task processor affinity
    2021@item @code{rtems_task_set_affinity} - Set task processor affinity
     
    298299
    299300@c
     301@c rtems_scheduler_ident
     302@c
     303@page
     304@subsection SCHEDULER_IDENT - Get ID of a scheduler
     305
     306@subheading CALLING SEQUENCE:
     307
     308@ifset is-C
     309@example
     310rtems_status_code rtems_scheduler_ident(
     311  rtems_name  name,
     312  rtems_id   *id
     313);
     314@end example
     315@end ifset
     316
     317@ifset is-Ada
     318@end ifset
     319
     320@subheading DIRECTIVE STATUS CODES:
     321
     322@code{@value{RPREFIX}SUCCESSFUL} - successful operation@*
     323@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@*
     324@code{@value{RPREFIX}INVALID_NAME} - invalid scheduler name
     325
     326@subheading DESCRIPTION:
     327
     328Identifies a scheduler by its name.  The scheduler name is determined by the
     329scheduler configuration.  @xref{Configuring a System Configuring
     330Clustered/Partitioned Schedulers}.
     331
     332@subheading NOTES:
     333
     334None.
     335
     336@c
    300337@c rtems_task_get_affinity
    301338@c
Note: See TracChangeset for help on using the changeset viewer.