Function panda_sys::qemu_get_cpu

source ·
pub unsafe extern "C" fn qemu_get_cpu(index: c_int) -> *mut CPUState
Expand description

qemu_get_cpu: @index: The CPUState@cpu_index value of the CPU to obtain.

Gets a CPU matching @index.

Returns: The CPU or %NULL if there is no matching CPU.