Back to home page

LXR

 
 

    


Warning, /testsuites/smptests/smpthreadlife01/smpthreadlife01.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: smpthreadlife01
0004 
0005 directives:
0006 
0007   - rtems_task_restart()
0008   - _Thread_Set_life_protection()
0009   - _Thread_Wait_for_execution_stop()
0010   - rtems_task_suspend()
0011   - rtems_event_receive()
0012   - rtems_event_system_receive()
0013 
0014 concepts:
0015 
0016   - Ensure that a restart of a task executing on another processor works.
0017   - Ensure that a _Thread_Set_life_protection() works on SMP in case interrupt
0018     processing is delayed.
0019   - Ensure that _Thread_Wait_for_execution_stop() works on SMP.
0020   - Ensure that rtems_task_suspend(), rtems_event_receive() and
0021     rtems_event_system_receive() operations can be completed in case a thread
0022     deletion is in progress on SMP.