forked from Imagelibrary/rtems
26 lines
764 B
Plaintext
26 lines
764 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()
|
|
- pthread_getaffinity_np()
|
|
- pthread_setaffinity_np()
|
|
- 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.
|