source: rtems/testsuites/psxtests/psx06/psx06.scn @ fae441b

4.104.114.84.95
Last change on this file since fae441b was fae441b, checked in by Jennifer Averett <Jennifer.Averett@…>, on 12/03/98 at 22:41:20

Updated scn files to match present expected test output.

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