Cpu schedule, removing thread from queue

Posted by Kamil on Stack Overflow See other posts from Stack Overflow or by Kamil
Published on 2010-04-11T13:26:10Z Indexed on 2010/04/11 13:33 UTC
Read the original article Hit count: 299

I'm implementing now CPU schedule algorithms FCFS, SJF and Round Robin. Could somebody tell when process is removed from queue (FCFS,SJF,RR)? I mean, first CPU execute thread and after executing remove from queue or the other way around?

© Stack Overflow or respective owner

Related posts about cpu

Related posts about schedule