博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
context switch
阅读量:6956 次
发布时间:2019-06-27

本文共 318 字,大约阅读时间需要 1 分钟。

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

 

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

转载地址:http://jnvil.baihongyu.com/

你可能感兴趣的文章
ArrayUtils用法
查看>>
char nchar varchar nvarchar varchar2区别
查看>>
JS中的call()和apply()方法
查看>>
MIPI RFFE
查看>>
redis设置自动启动
查看>>
JS 中substr 和 substring
查看>>
Linux CentOS6.5本地yum源安装测试
查看>>
第四十天
查看>>
linux下重要文件夹的解析
查看>>
连接查询
查看>>
BZOJ1823[JSOI2010]满汉全席——2-SAT+tarjan缩点
查看>>
【UIKit】UITableView 6 编辑模式
查看>>
uva 10994 - Simple Addition
查看>>
团队作业4--第一次项目冲刺(Alpha版本)6
查看>>
python 主要模块和方法
查看>>
XPath手册 [源于ZVON]
查看>>
26:IPMaskCheck识别有效的ip地址和掩码并分类统计
查看>>
[Android]Thread线程入门4--多线程
查看>>
[20190423]那个更快的疑问3.txt
查看>>
[20170705]理解linux su命令.txt
查看>>