CPU调度,从队列中删除线程

发布于 2024-08-28 14:38:36 字数 113 浏览 10 评论 0原文

我现在正在实现 CPU 调度算法 FCFS、SJF 和 Round Robin。有人可以告诉进程何时从队列中删除(FCFS、SJF、RR)吗?我的意思是,首先 CPU 执行线程,然后执行从队列中删除,或者反过来?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

农村范ル 2024-09-04 14:38:36

进程(线程)应在执行前立即从队列中删除,然后在执行挂起后放回调度队列。

A process (thread) should be removed from the queue immediately prior to execution, then placed back on the scheduling queue once execution is suspended.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文