Searched refs:PR_SET_CORE_SCHED (Results 1 – 1 of 1) sorted by relevance
73 const PR_SET_CORE_SCHED: i32 = 0x200; in enable_core_scheduling() constant74 let ret = unsafe { prctl(PR_SET_CORE_SCHED, 1) }; in enable_core_scheduling()