context switch
常见例句
- This requires a context switch to the kernel thread to handle the task of moving data to and from disk.
這要求上下文切換到內核線程,以処理將數據移動到磁磐以及從磁磐移出數據的任務。 - A context switch involves saving the context of the running ask and restoring the previously-saved context of the other.
上下文切換包括保存正在運行的任務的上下文和恢複早先保存的另一個任務的上下文。 - When a context switch occurs in cases such as virtual processor conferring its cycles to another virtual processor, it will be required to save the entire program visible processor state.
在出現上下文切換的情況下(如虛擬処理器將其周期交換給另一個虛擬処理器的時候),必須保存整個程序的可見処理器狀態。 返回 context switch