summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx11/psx11.scn
blob: ecf69edf61c21dd9f6d7069129e8cdb0cd262ed2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** 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 ***