大学英语词汇短语释义解析及例句 context switch
释义:
context switch [计] 上下文切换;环境切换;关联转换
例句:
This task is known as a context switch.
这任务叫做上下文切换。
A context switch.
上下文开关。
The send system call returns, creating the fourth context switch.
send系统调用返回,结果导致了第四次的上下文切换。
There is an important context switch that deserves a little more attention.
有一个重要的环境转变值得注意。
The send socket call causes a context switch from user mode to kernel mode.
send套接字调用引发了从用户模式到内核模式的上下文切换。
Step four: the write system call returns, creating our fourth context switch.
步骤四:系统调用返回,导致了第4次上下文切换。
The return from the call caused a context switch from kernel back to user mode.
该调用的返回引发了内核模式到用户模式的上下文切换(又一次上下文切换)。
Why do I get a thread context switch every time I synchronize with a mutex?
为什么我每次我得到一个线程上下文切换同步与互斥?。
The read call causes a context switch (see Figure 2) from user mode to kernel mode.
read调用(参见图2)引发了一次从用户模式到内核模式的上下文切换。
The return from the call causes another context switch from kernel back to user mode.
该调用的返回引发了内核模式到用户模式的上下文切换(又一次上下文切换)。