首页 > 其他 > 详细

context switch

时间:2017-11-24 17:42:36      阅读:250      评论:0      收藏:0      [点我收藏+]

In computing, a context switch is the process of storing and restoring the state (more specifically, the execution context) of a process or thread so that execution can be resumed from the same point at a later time. This enables multiple processes to share a single CPU and is an essential feature of a multitasking operating system.

 

https://en.wikipedia.org/wiki/Context_switch

context switch

原文:http://www.cnblogs.com/feng9exe/p/7891502.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!