Function rustix::thread::create_core_scheduling_cookie

source ·
pub fn create_core_scheduling_cookie(
    pid: Pid,
    scope: CoreSchedulingScope,
) -> Result<()>
Available on crate feature thread only.
Expand description

Create unique core scheduling cookie.

§References