Function panda_sys::qemu_cpu_is_self[][src]

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

qemu_cpu_is_self: @cpu: The vCPU to check against.

Checks whether the caller is executing on the vCPU thread.

Returns: %true if called from @cpu’s thread, %false otherwise.