forked from Imagelibrary/rtems
Make rtems_task_get_affinity() and rtems_task_set_affinity() available on non-SMP configurations. Allow larger CPU sets.
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: spscheduler01
|
|
|
|
directives:
|
|
|
|
- rtems_task_get_affinity()
|
|
- rtems_task_set_affinity()
|
|
|
|
concepts:
|
|
|
|
- Ensure that the task set/get affinity functions work on non-SMP
|
|
configurations.
|