Changeset c2ee227 in rtems-docs
- Timestamp:
- 03/07/18 13:06:48 (5 years ago)
- Branches:
- 5, am, master
- Children:
- 690b7f9
- Parents:
- 3bb3e57
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/07/18 13:06:48)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/07/18 14:31:51)
- Location:
- c-user
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/configuring_a_system.rst
r3bb3e57 rc2ee227 3294 3294 The IDLE task must run at the lowest priority of all tasks in the system. 3295 3295 3296 Scheduler AlgorithmConfiguration3297 =============================== ==3296 General Scheduler Configuration 3297 =============================== 3298 3298 3299 3299 This section defines the configuration parameters related to selecting a … … 3619 3619 for how these are defined for the Deterministic Priority Scheduler. 3620 3620 3621 .. _Configur ing Clustered Schedulers:3622 3623 C onfiguring Clustered Schedulers3624 -------------------------------- 3621 .. _ConfigurationSchedulersClustered: 3622 3623 Clustered Scheduler Configuration 3624 ================================= 3625 3625 3626 3626 Clustered scheduling helps to control the worst-case latencies in a -
c-user/scheduling_concepts.rst
r3bb3e57 rc2ee227 565 565 DESCRIPTION: 566 566 Identifies a scheduler by its name. The scheduler name is determined by 567 the scheduler configuration. See :ref:`Configur ing Clustered Schedulers`567 the scheduler configuration. See :ref:`ConfigurationSchedulersClustered` 568 568 and :ref:`Configuring a Scheduler Name`. 569 569 -
c-user/symmetric_multiprocessing_services.rst
r3bb3e57 rc2ee227 55 55 56 56 The default scheduler for SMP applications supports up to 32 processors and is 57 a global fixed priority scheduler, see also :ref:`Configuring Clustered 58 Schedulers`. 57 a global fixed priority scheduler, see also :ref:`ConfigurationSchedulersClustered`. 59 58 60 59 The following compile-time test can be used to check if the SMP support is
Note: See TracChangeset
for help on using the changeset viewer.