Warning, /testsuites/psxtests/psx06/psx06.scn is written in an unsupported language. File is not indexed.
0001 *** POSIX TEST 6 ***
0002 Init's ID is 0x0b010001
0003 Init: pthread_key_create - SUCCESSFUL
0004 Destructor invoked 0 times
0005 Init: pthread_key_create - EAGAIN (too many keys)
0006 Init: pthread_setspecific - EINVAL (invalid key)
0007 Init: pthread_getspecific - EINVAL (invalid key)
0008 Init: pthread_key_delete - EINVAL (invalid key)
0009 Init: Setting the key to 0
0010 Init: Got the key value of 0
0011 Task_1: Setting the key to 1
0012 Task_1: Got the key value of 1
0013 Task_1: exitting
0014 Destructor invoked 4 times
0015 Task_2: Setting the key to 2
0016 Task_2: Got the key value of 2
0017 Task2: exitting
0018 Init: pthread_key_delete - SUCCESSFUL
0019 Destructor invoked 5 times
0020 *** END OF POSIX TEST 6 ***