Context switch

The act of saving one execution context and restoring another so a processor can run different work.

Also known as task-switch

Used in