rustix::thread::prctl

Function create_core_scheduling_cookie

Source
pub fn create_core_scheduling_cookie(
    pid: Pid,
    scope: CoreSchedulingScope,
) -> Result<()>
Expand description

Create unique core scheduling cookie.

§References