Function panda_sys::cpu_exec_start

source ·
pub unsafe extern "C" fn cpu_exec_start(cpu: *mut CPUState)
Expand description

cpu_exec_start: @cpu: The CPU for the current thread.

Record that a CPU has started execution and can be interrupted with cpu_exit.