summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/schedulergetprocessorset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-0/+9
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* score: Remove CPU_set_ControlSebastian Huber2017-10-111-1/+0
| | | | | | Use Processor_mask instead. Update #2514.
* score: Add processor set to scheduler contextSebastian Huber2017-07-071-5/+7
| | | | | | | Replace the simple processor count with the processor set owned by the scheduler instance. Update #3059.
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-4/+0
|
* score: Simplify _Scheduler_Get_by_id()Sebastian Huber2016-11-091-1/+2
| | | | | | | | | | Avoid dead code in non-SMP configurations. Return scheduler identifier independent of the current processor count of the scheduler via rtems_scheduler_ident(), since this value may change during run-time. Check the processor count in _Scheduler_Set() under scheduler lock protection. Update #2797.
* rtems: Coding styleSebastian Huber2014-06-021-19/+15
|
* rtems: Add scheduler get processorsSebastian Huber2014-04-151-0/+54