Last change
on this file was
6da99727,
checked in by Joel Sherrill <joel.sherrill@…>, on 11/14/02 at 17:36:48
|
2002-11-14 Joel Sherrill <joel@…>
- psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
Per PR239 update the IDs in the various screens.
|
-
Property mode set to
100644
|
File size:
635 bytes
|
Line | |
---|
1 | *** POSIX TEST 6 *** |
---|
2 | Init's ID is 0x0b010001 |
---|
3 | Init: pthread_key_create - SUCCESSFUL |
---|
4 | Destructor invoked 0 times |
---|
5 | Init: pthread_key_create - EAGAIN (too many keys) |
---|
6 | Init: pthread_setspecific - EINVAL (invalid key) |
---|
7 | Init: pthread_getspecific - EINVAL (invalid key) |
---|
8 | Init: pthread_key_delete - EINVAL (invalid key) |
---|
9 | Init: Setting the key to 0 |
---|
10 | Init: Got the key value of 0 |
---|
11 | Task_1: Setting the key to 1 |
---|
12 | Task_1: Got the key value of 1 |
---|
13 | Task_1: exitting |
---|
14 | Destructor invoked 4 times |
---|
15 | Task_2: Setting the key to 2 |
---|
16 | Task_2: Got the key value of 2 |
---|
17 | Task2: exitting |
---|
18 | Init: pthread_key_delete - SUCCESSFUL |
---|
19 | Destructor invoked 5 times |
---|
20 | *** END OF POSIX TEST 6 *** |
---|
Note: See
TracBrowser
for help on using the repository browser.