summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpthreadlife01/smpthreadlife01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpthreadlife01/smpthreadlife01.doc')
-rw-r--r--testsuites/smptests/smpthreadlife01/smpthreadlife01.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/smptests/smpthreadlife01/smpthreadlife01.doc b/testsuites/smptests/smpthreadlife01/smpthreadlife01.doc
index f6205677a4..54fb85835d 100644
--- a/testsuites/smptests/smpthreadlife01/smpthreadlife01.doc
+++ b/testsuites/smptests/smpthreadlife01/smpthreadlife01.doc
@@ -5,7 +5,12 @@ 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.