summaryrefslogtreecommitdiff
path: root/cpukit/score/src/schedulergetaffinity.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2017-07-18score: Fix warningSebastian Huber
Update #3059.
2017-07-07score: Move processor affinity to Thread_ControlSebastian Huber
Update #3059.
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber
Replace Thread_Scheduler_control::control and Thread_Scheduler_control::own_control with new Thread_Scheduler_control::home. Update #2556.
2016-05-12score: Avoid Giant lock _Scheduler_Get_affinity()Sebastian Huber
Update #2555.
2014-06-02score: _Scheduler_Get_affinity()Sebastian Huber
Drop scheduler parameter. Coding style.
2014-04-15score: Task get/set affinitySebastian Huber
Make rtems_task_get_affinity() and rtems_task_set_affinity() available on non-SMP configurations. Allow larger CPU sets.