Function panda_sys::cpu_is_stopped

source ·
pub unsafe extern "C" fn cpu_is_stopped(cpu: *mut CPUState) -> bool
Expand description

cpu_is_stopped: @cpu: The CPU to check.

Checks whether the CPU is stopped.

Returns: %true if run state is not running or if artificially stopped; %false otherwise.