context switch
常見例句
- This requires a context switch to the kernel thread to handle the task of moving data to and from disk.
這要求上下文切換到內(nèi)核線程,以處理將數(shù)據(jù)移動到磁盤以及從磁盤移出數(shù)據(jù)的任務(wù)。 - A context switch involves saving the context of the running ask and restoring the previously-saved context of the other.
上下文切換包括保存正在運(yùn)行的任務(wù)的上下文和恢復(fù)早先保存的另一個任務(wù)的上下文。 - 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.
在出現(xiàn)上下文切換的情況下(如虛擬處理器將其周期交換給另一個虛擬處理器的時候),必須保存整個程序的可見處理器狀態(tài)。 返回 context switch