Warning, /testsuites/psxtests/psxkey06/psxkey06.scn is written in an unsupported language. File is not indexed.
0001 *** BEGIN OF TEST PSXKEY 6 ***
0002 Init - pthread key1 create - OK
0003 Init - pthread key2 create - OK
0004 Init - thread1 create - OK
0005 Init - thread2 create - OK
0006 Init - sleep - let thread run - OK
0007 Test_Thread 1 - key1 pthread_setspecific - OK
0008 Test_Thread 1 - key2 pthread_setspecific - OK
0009 Test_Thread 1 - sleep - let thread2 run - OK
0010 Test_Thread 2 - key1 pthread_setspecific - OK
0011 Test_Thread 2 - key2 pthread_setspecific - OK
0012 Test_Thread 2 - key1 pthread_getspecific - OK
0013 Test_Thread 2 - key2 pthread_getspecific - OK
0014 Test_Thread 1 - key1 pthread_getspecific - OK
0015 Test_Thread 1 - key2 pthread_getspecific - OK
0016 Init - pthread key1 delete - OK
0017 Init - pthread key2 delete - OK
0018 Init - pthread key3 create - OK
0019 Init - thread3 create - OK
0020 Init - thread3 start - OK
0021 Test_Thread 3 - key3 pthread_getspecific - OK
0022 Test_Thread 3 - key3 pthread_setspecific - OK
0023 Test_Thread 3 - restart self - OK
0024 Test_Thread 3 - key3 pthread_getspecific - OK
0025 Test_Thread 3 - key3 pthread_setspecific - OK
0026 Init - pthread key3 delete - OK
0027 *** END OF TEST PSXKEY 6 ***