Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dprocess_policy.c87 static int handle_tecs(int scope, int action, proc_t target_proc, uint64_t target_threadid);
226 error = handle_tecs(scope, action, target_proc, target_threadid); in process_policy()
598 handle_tecs(int scope, int action, proc_t target_proc, uint64_t target_threadid) in handle_tecs() function