Crate context_switch

source ·
Expand description

This is a wrapper crate around all other context switch implementation crates that helps to manage the complex configuration options involving SIMD and personalities.

Structs

  • The registers saved before a context switch and restored after a context switch for SSE-enabled Tasks.

Functions

  • Switches context from an SSE Task to another SSE Task.
  • Reads the value of the first register from the actual CPU register hardware.