Function prctl

Source
pub unsafe fn prctl(
    option: int,
    arg2: ulong,
    arg3: ulong,
    arg4: ulong,
    arg5: ulong,
) -> Result<int>
Expand description

Manipulates various aspects of the behavior of the calling thread or process.