summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxkey04/psxkey04.scn
blob: aa0500fcbaee2af78e4cc892a2ccd9bced469eb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
*** TEST KEY 04 ***
Init - pthread_key_create - OK
Init - pthread_create - OK
Init - sleep - let thread run - OK
Test_Thread 1 - pthread_setspecific - OK
Test_Thread 1 - sleep - let thread 2 run - OK
Test_Thread 2 - pthread_setspecific - OK
Test_Thread 2 - pthread_getspecific - OK
Test_Thread 1 - pthread_getspecific - OK
Init - pthread_key_delete - OK
*** END OF TEST KEY 04 ***