summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/schedulergetprocessorset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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