summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpthreadlife01/smpthreadlife01.doc
blob: 54fb85835dc71d4b8acf40759af901fc5be5a0f4 (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: smprestart01

directives:

  - rtems_task_restart()
  - _Thread_Set_life_protection()
  - _Thread_Wait_for_execution_stop()

concepts:

  - Ensure that a restart of a task executing on another processor works.
  - Ensure that a _Thread_Set_life_protection() works on SMP in case interrupt
    processing is delayed.
  - Ensure that _Thread_Wait_for_execution_stop() works on SMP.