summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey06/psxkey06.scn
blob: 47ab42fbae34463d15db24d3d8dff81f9f552180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*** BEGIN OF TEST PSXKEY 6 ***
Init - pthread key1 create - OK
Init - pthread key2 create - OK
Init - thread1 create - OK
Init - thread2 create - OK
Init - sleep - let thread run - OK
Test_Thread 1 - key1 pthread_setspecific - OK
Test_Thread 1 - key2 pthread_setspecific - OK
Test_Thread 1 - sleep - let thread2 run - OK
Test_Thread 2 - key1 pthread_setspecific - OK
Test_Thread 2 - key2 pthread_setspecific - OK
Test_Thread 2 - key1 pthread_getspecific - OK
Test_Thread 2 - key2 pthread_getspecific - OK
Test_Thread 1 - key1 pthread_getspecific - OK
Test_Thread 1 - key2 pthread_getspecific - OK
Init - pthread key1 delete - OK
Init - pthread key2 delete - OK
Init - pthread key3 create - OK
Init - thread3 create - OK
Init - thread3 start - OK
Test_Thread 3 - key3 pthread_getspecific - OK
Test_Thread 3 - key3 pthread_setspecific - OK
Test_Thread 3 - restart self - OK
Test_Thread 3 - key3 pthread_getspecific - OK
Test_Thread 3 - key3 pthread_setspecific - OK
Init - pthread key3 delete - OK
*** END OF TEST PSXKEY 6 ***