| 141 | } |
| 142 | |
| 143 | void ProgramManager::releasePCB(PCB *program) |
| 144 | { |
| 145 | int index = ((int)program - (int)PCB_SET) / PCB_SIZE; |
| 146 | PCB_SET_STATUS[index] = false; |
| 147 | } |
| 148 | |
| 149 | void ProgramManager::MESA_WakeUp(PCB *program) { |
| 150 | program->status = ProgramStatus::READY; |
nothing calls this directly
no outgoing calls
no test coverage detected