summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskgetpriority.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: Add rtems_task_get_priority()Sebastian Huber2016-09-211-0/+77
Update #2556. Update #2784.