pub unsafe extern "C" fn __switch(
current_task_cx_ptr: *mut TaskContext,
next_task_cx_ptr: *const TaskContext
)
Expand description
Switch to the context of next_task_cx_ptr
, saving the current context
in current_task_cx_ptr
.
pub unsafe extern "C" fn __switch(
current_task_cx_ptr: *mut TaskContext,
next_task_cx_ptr: *const TaskContext
)
Switch to the context of next_task_cx_ptr
, saving the current context
in current_task_cx_ptr
.