Changeset 133d54c5 in rtems for doc


Ignore:
Timestamp:
04/09/14 08:33:00 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
b427a92
Parents:
0712d17
git-author:
Sebastian Huber <sebastian.huber@…> (04/09/14 08:33:00)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/15/14 06:37:12)
Message:

score: Add scheduler name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/conf.t

    r0712d17 r133d54c5  
    37063706
    37073707@c
     3708@c === Configuring a Scheduler Name ===
     3709@c
     3710@subsection Configuring a Scheduler Name
     3711
     3712@findex CONFIGURE_SCHEDULER_NAME
     3713
     3714@table @b
     3715@item CONSTANT:
     3716@code{CONFIGURE_SCHEDULER_NAME}
     3717
     3718@item DATA TYPE:
     3719RTEMS Name (@code{rtems_name}).
     3720
     3721@item RANGE:
     3722Any value.
     3723
     3724@item DEFAULT VALUE:
     3725The default name is
     3726@itemize @bullet
     3727@item @code{"UCBS"} for the Uni-Processor CBS scheduler,
     3728@item @code{"UEDF"} for the Uni-Processor EDF scheduler,
     3729@item @code{"UPD "} for the Uni-Processor Deterministic Priority scheduler,
     3730@item @code{"UPS "} for the Uni-Processor Simple Priority scheduler,
     3731@item @code{"MPA "} for the Multi-Processor Priority Affinity scheduler, and
     3732@item @code{"MPD "} for the Multi-Processor Deterministic Priority scheduler, and
     3733@item @code{"MPS "} for the Multi-Processor Simple Priority scheduler.
     3734@end itemize
     3735
     3736@end table
     3737
     3738@subheading DESCRIPTION:
     3739Schedulers can be identified via @code{rtems_scheduler_ident}.  The name of the scheduler is determined by the configuration.
     3740
     3741@subheading NOTES:
     3742None.
     3743
     3744@c
    37083745@c === Configuring a User Scheduler ===
    37093746@c
Note: See TracChangeset for help on using the changeset viewer.