Home
last modified time | relevance | path

Searched refs:handle_cpuuse (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dprocess_policy.c83 static int handle_cpuuse(int action, user_addr_t attrp, proc_t proc, uint64_t target_threadid);
209 error = handle_cpuuse(action, attrp, target_proc, target_threadid); in process_policy()
265 handle_cpuuse(int action, user_addr_t attrp, proc_t proc, __unused uint64_t target_threadid) in handle_cpuuse() function