Function rustix::thread::core_scheduling_cookie

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

Get core scheduling cookie of a process.

§References