summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spthreadlife01/spthreadlife01.doc
blob: 91c816794cc071eaaa359b37cd01bf8c524e1e82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This file describes the directives and concepts tested by this test set.

test set name: spthreadlife01

directives:

  - rtems_task_restart()
  - rtems_task_delete()

concepts:

  - Ensure that semaphores owned by a restarted thread can be deleted.
  - Ensure that the task priority is adjusted properly across task restarts.
  - Ensure that the task priority is adjusted properly across task deletes.