Back to home page

LXR

 
 

    


Warning, /testsuites/smptests/smpscheduler02/smpscheduler02.doc is written in an unsupported language. File is not indexed.

0001 This file describes the directives and concepts tested by this test set.
0002 
0003 test set name: smpscheduler02
0004 
0005 directives:
0006 
0007   - rtems_scheduler_ident()
0008   - rtems_scheduler_get_processor_set()
0009   - rtems_task_set_scheduler()
0010   - rtems_task_get_scheduler()
0011   - rtems_task_set_affinity()
0012   - rtems_task_get_affinity()
0013   - rtems_task_start()
0014 
0015 concepts:
0016 
0017   - Ensure that start of a thread for another partition works.
0018   - Ensure that rtems_scheduler_get_processor_set() returns the proper
0019     processor set.
0020   - Test rtems_task_set_scheduler(), rtems_task_get_scheduler(),
0021     rtems_task_set_affinity() and rtems_task_get_affinity() with various
0022     parameter sets.
0023   - Ensure that rtems_scheduler_ident() returns an error status in case the
0024     scheduler exists but its processor set is empty.