rtems: Add rtems_task_get_priority()

Update #2556.
Update #2784.
This commit is contained in:
Sebastian Huber
2016-09-21 08:59:33 +02:00
parent 6ae309ec85
commit 8123cae864
6 changed files with 172 additions and 0 deletions
@@ -6,8 +6,18 @@ directives:
- rtems_task_get_affinity()
- rtems_task_set_affinity()
- rtems_task_get_scheduler()
- rtems_task_set_scheduler()
- rtems_scheduler_ident()
- rtems_scheduler_get_processor_set()
- rtems_task_get_priority()
concepts:
- Ensure that the task set/get affinity functions work on uni-processor
configurations.
- Ensure that the task set/get scheduler functions work on uni-processor
configurations.
- Ensure that the scheduler functions work on uni-processor configurations.
- Ensure that the task get priority function works on uni-processor
configurations.