Changeset 25f5730f in rtems for doc


Ignore:
Timestamp:
05/28/14 16:11:51 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
606ed52
Parents:
a92c488
git-author:
Sebastian Huber <sebastian.huber@…> (05/28/14 16:11:51)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/02/14 06:28:42)
Message:

score: _Scheduler_Set_affinity()

Do not change the scheduler with this function. Documentation. Coding
style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/smp.t

    ra92c488 r25f5730f  
    623623@subheading NOTES:
    624624
    625 None.
     625This function will not change the scheduler of the task.  The intersection of
     626the processor affinity set and the set of processors owned by the scheduler of
     627the task must be non-empty.  It is not an error if the processor affinity set
     628contains processors that are not part of the set of processors owned by the
     629scheduler instance of the task.  A task will simply not run under normal
     630circumstances on these processors since the scheduler ignores them.  Some
     631locking protocols may temporarily use processors that are not included in the
     632processor affinity set of the task.  It is also not an error if the processor
     633affinity set contains processors that are not part of the system.
Note: See TracChangeset for help on using the changeset viewer.