| 162 | } |
| 163 | |
| 164 | void ProgramManager::releasePCB(PCB *program) |
| 165 | { |
| 166 | int index = ((int)program - (int)PCB_SET) / PCB_SIZE; |
| 167 | PCB_SET_STATUS[index] = false; |
| 168 | } |
| 169 | |
| 170 | void ProgramManager::MESA_WakeUp(PCB *program) |
| 171 | { |
nothing calls this directly
no outgoing calls
no test coverage detected