process context switch的意思|示意
流程上下文切换
process context switch的网络常见释义
上下文交换 ...把将要接替这个进程占用CPU的那个进程的上下文从进程表中读出,并更新相应的寄存器,这个过程称为上下文交换(Process context switch)。 而对于fork进程,当执行到pid=fork(); 操作系统创建一个新的进程(子进程),并且在进程表中相应的为他创建一个新的表项。
上下文切换 待内核中的相关操作完成后,就会从内核返回,此时还需要一次进程上下文切换(process context switch)。
process context switch相关短语
1、 context switch and process start 用于进程管理
process context switch相关例句
Operating systems can generally switch (context switching) faster between threads of the same process than between different process.
操作系统通常可以在相同进程中的不同线程之间更快速地切换(上下文切换),而不是在不同进程之间切换。
Specifying that a process in role mgr_r may switch to a valid context in role cashier_r. But there is no line.
指定角色mgr_r中的进程可以切换到角色cashier_r中的有效上下文。
With modern Linux, though, a context switch between distinct processes might take only 15% more time than the corresponding context switch between same-process threads.
然而,在现代的Linux中,不同进程之间的上下文切换所花的时间只比同一进程的线程之间相应的上下文切换多15%。
Conceptually, a thread context switch can be viewed as a process changing its state.
从概念上讲,一次线程上下文切换相当于进程改变它的状态。