pub unsafe extern "C" fn context_switch(
    current: &mut Registers,
    next: &Registers
)
Expand description

Switches between two threads