summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/schedulername.yml
blob: dc16b5ac9f7c95bc461df45a2ba1101fbddd119a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-type: integer
constraints:
  custom:
  - |
    The value of this configuration option shall be a valid integer of type
    ``rtems_name``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: |
  The default value is

  * ``"MEDF"`` for the :ref:`EDF SMP Scheduler <SchedulerSMPEDF>`,

  * ``"MPA "`` for the :ref:`Arbitrary Processor Affinity Priority SMP Scheduler <SchedulerSMPPriorityAffinity>`,

  * ``"MPD "`` for the :ref:`Deterministic Priority SMP Scheduler <SchedulerSMPPriority>`,

  * ``"MPS "`` for the :ref:`Simple Priority SMP Scheduler <SchedulerSMPPrioritySimple>`,

  * ``"UCBS"`` for the :ref:`Uniprocessor CBS Scheduler <SchedulerCBS>`,

  * ``"UEDF"`` for the :ref:`Uniprocessor EDF Scheduler <SchedulerEDF>`,

  * ``"UPD "`` for the :ref:`Uniprocessor Deterministic Priority Scheduler <SchedulerPriority>`, and

  * ``"UPS "`` for the :ref:`Uniprocessor Simple Priority Scheduler <SchedulerPrioritySimple>`.
description: |
  The value of this configuration option defines the name of the default
  scheduler.
enabled-by: true
index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
  uid: ../schedgeneral
name: CONFIGURE_SCHEDULER_NAME
notes: |
  This scheduler configuration option is an advanced configuration option.
  Think twice before you use it.

  Schedulers can be identified via c:func:`rtems_scheduler_ident`.

  Use :c:func:`rtems_build_name` to define the scheduler name.
text: ''
type: interface