mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 07:40:56 +08:00
* 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.
21 lines
635 B
Plaintext
21 lines
635 B
Plaintext
*** POSIX TEST 6 ***
|
|
Init's ID is 0x0b010001
|
|
Init: pthread_key_create - SUCCESSFUL
|
|
Destructor invoked 0 times
|
|
Init: pthread_key_create - EAGAIN (too many keys)
|
|
Init: pthread_setspecific - EINVAL (invalid key)
|
|
Init: pthread_getspecific - EINVAL (invalid key)
|
|
Init: pthread_key_delete - EINVAL (invalid key)
|
|
Init: Setting the key to 0
|
|
Init: Got the key value of 0
|
|
Task_1: Setting the key to 1
|
|
Task_1: Got the key value of 1
|
|
Task_1: exitting
|
|
Destructor invoked 4 times
|
|
Task_2: Setting the key to 2
|
|
Task_2: Got the key value of 2
|
|
Task2: exitting
|
|
Init: pthread_key_delete - SUCCESSFUL
|
|
Destructor invoked 5 times
|
|
*** END OF POSIX TEST 6 ***
|