|
Module 19: Multi-core computing Operating Systems |
|
Lecture 37: Multi-core computing CPU Scheduling |
|
Example
Process |
Arrival Time |
CPU Burst |
|
Wait Time |
Turnaround |
P1 |
0 |
6 |
|
0 |
6 |
P2 |
4 |
20 |
|
2 |
22 |
P3 |
5 |
1 |
|
21 |
22 |
Example (Contd.)
Process |
Arrival Time |
CPU Burst |
|
Wait Time |
Turnaround |
P1 |
0 |
6 |
|
0 |
6 |
P2 |
4 |
20 |
|
3 |
23 |
P3 |
5 |
1 |
|
1 |
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|