source: rtems/testsuites/psxtests/psx06/psx06.scn @ 78f5dae

4.104.114.84.95
Last change on this file since 78f5dae was 78f5dae, checked in by Mark Johannes <Mark.Johannes@…>, on 08/23/96 at 15:55:02

Filled in the screen

  • Property mode set to 100644
File size: 637 bytes
Line 
1*** POSIX TEST 6 ***
2Init's ID is 0x0c010001
3 
4Init: pthread_key_create - SUCCESSFUL
5Destructor invoked 0 times
6Init: pthread_key_create - EAGAIN (too many keys)
7Init: pthread_setspecific - EINVAL (invalid key)
8Init: pthread_getspecific - EINVAL (invalid key)
9Init: pthread_key_delete - EINVAL (invalid key)
10Init: Setting the key to 0
11Init: Got the key value of 0
12Task_1: Setting the key to 1
13Task_1: Got the key value of 1
14Task_1: exitting
15Destructor invoked 4 times
16Task_2: Setting the key to 2
17Task_2: Got the key value of 2
18Task2: exitting
19Init: pthread_key_delete - SUCCESSFUL
20Destructor invoked 5 times
21*** END OF POSIX TEST 6 ***
Note: See TracBrowser for help on using the repository browser.