Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dprocess_policy.c117 uint64_t target_threadid = uap->target_threadid; in process_policy() local
209 error = handle_cpuuse(action, attrp, target_proc, target_threadid); in process_policy()
223 error = handle_no_smt(scope, action, target_proc, target_threadid); in process_policy()
226 error = handle_tecs(scope, action, target_proc, target_threadid); in process_policy()
372 __unused uint64_t target_threadid) in handle_applifecycle() argument
449 __unused uint64_t target_threadid) in handle_apptype() argument
510 __unused uint64_t target_threadid) in handle_boost() argument
572 handle_no_smt(int scope, int action, proc_t target_proc, uint64_t target_threadid) in handle_no_smt() argument
586 if (target_threadid != thread_tid(current_thread())) { in handle_no_smt()
598 handle_tecs(int scope, int action, proc_t target_proc, uint64_t target_threadid) in handle_tecs() argument
[all …]
/xnu-11215/bsd/sys/
H A Dprocess_policy.h209 …, int policy_subtype, proc_policy_attribute_t * attrp, pid_t target_pid, uint64_t target_threadid);
/xnu-11215/libsyscall/wrappers/libproc/
H A Dlibproc.c42 …, int policy_subtype, proc_policy_attribute_t * attrp, pid_t target_pid, uint64_t target_threadid);