mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 03:37:42 +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.
19 lines
634 B
Plaintext
19 lines
634 B
Plaintext
*** POSIX TEST 11 ***
|
|
Init's ID is 0x0b010001
|
|
Init: Setting scheduling parameters to FIFO with priority 127
|
|
Init: Setting scheduling parameters to RR with priority 125
|
|
Init: Setting scheduling parameters to OTHER with priority 121
|
|
Init: create a thread of SCHED_FIFO with priority 120
|
|
Init: join with the other thread
|
|
Task_1: killing time
|
|
Task_1: exitting
|
|
Init: create a thread of SCHED_RR with priority 120
|
|
Init: join with the other thread
|
|
Task_1: killing time
|
|
Task_1: exitting
|
|
Init: create a thread of SCHED_OTHER with priority 120
|
|
Init: join with the other thread
|
|
Task_1: killing time
|
|
Task_1: exitting
|
|
*** END OF POSIX TEST 11 ***
|