rustix::process

Function set_machine_check_memory_corruption_kill_policy

source
pub fn set_machine_check_memory_corruption_kill_policy(
    policy: Option<MachineCheckMemoryCorruptionKillPolicy>,
) -> Result<()>
Expand description

Set the machine check memory corruption kill policy for the calling thread.

§References