ATU Software Engineering
Home| Lecture | Supplemental Video |
|---|---|
| 1. Introduction | UMass 1 UMass 2 |
| 2. Operating System Structures | UMass 3 |
| 3. Processes | UMass 4 |
| 4. Threads and Concurrency | UMass 6b |
| 5. CPU Scheduling | UMass 5 UMass 6a |
![]()

def release_process_id(self, int) -> None:
Should have a different name for the second parameter, like:
def release_process_id(self, id) -> None: