summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey05/psxkey05.scn
blob: f352a367859363b8aaca4c5f88761ee2e1a8d59e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
*** TEST KEY 05 ***
Init - pthread key1 create - OK
Init - pthread key2 create - OK
Init - key1 pthread_setspecific - OK
Init - key1 pthread_getspecific - OK
Init - key2 pthread_setspecific - OK
Init - key2 pthread_getspecific - OK
Init - pthread key1 delete - OK
Init - pthread key2 delete - OK
*** END OF TEST KEY 05 ***