summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psxkey03/psxkey03.scn
blob: 739cd35b2eba37de78447c9ffafdc1ceb258609f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                       
*** TEST KEY 03 ***
Init - pthread_key_create with NULL destructor - OK
Init - pthread_create - OK
Init - sleep - let thread run - OK
Test_Thread - pthread_setspecific - OK
Test_Thread - pthread_exit to run key destructors - OK
Init - pthread_key_delete - OK
Init - pthread_key_create with non-NULL destructor - OK
Init - pthread_create - OK
Init - sleep - let thread run - OK
Test_Thread - pthread_setspecific - OK
Test_Thread - pthread_exit to run key destructors - OK
Init - verify destructor did NOT ran
Init - pthread_key_delete - OK
*** END OF TEST KEY 03 ***