Back to home page

LXR

 
 

    


Warning, /testsuites/psxtests/psxkey03/psxkey03.scn is written in an unsupported language. File is not indexed.

0001 sparc-rtems4.11-run is /home/joel/rtems-4.11-work/tools/bin/sparc-rtems4.11-run
0002 
0003 
0004 *** TEST KEY 03 ***
0005 Init - pthread_key_create with NULL destructor - OK
0006 Init - create/start - OK
0007 Init - sleep - let thread run - OK
0008 Test_Thread - pthread_setspecific - OK
0009 Test_Thread - pthread_exit to run key destructors - OK
0010 Init - pthread_key_delete - OK
0011 Init - pthread_key_create with non-NULL destructor - OK
0012 Init - task create/start - OK
0013 Init - sleep - let thread run - OK
0014 Test_Thread - pthread_setspecific - OK
0015 Test_Thread - pthread_exit to run key destructors - OK
0016 Init - verify destructor did NOT ran
0017 Init - pthread_key_delete - OK
0018 *** END OF TEST KEY 03 ***