Function rustix::thread::push_core_scheduling_cookie

source ·
pub fn push_core_scheduling_cookie(
    pid: Pid,
    scope: CoreSchedulingScope,
) -> Result<()>
Expand description

Push core scheduling cookie to a process.

§References