summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpmigration02/smpmigration02.doc
blob: 887f6aa58bcb4739ba04d4b5bf1d0bf50d6d9d7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file describes the directives and concepts tested by this test set.

test set name: smpmigration02

directives:

  - rtems_task_set_scheduler()
  - _CPU_Context_switch()
  - _Scheduler_SMP_Allocate_processor_lazy()
  - _Thread_Dispatch()

concepts:

  - Ensure that forced thread migration via rtems_task_set_scheduler() works.
  - Ensure that thread migration is cancelled in case _Thread_Dispatch() is
    delayed and the processor assignment changes.