Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dproc_internal.h836 extern proc_t proc_refdrain_will_exec(proc_t p);
/xnu-8796.121.2/bsd/kern/
H A Dkern_exec.c4725 old_proc = proc_refdrain_will_exec(old_proc); in proc_exec_switch_task()
4727 new_proc = proc_refdrain_will_exec(new_proc); in proc_exec_switch_task()
H A Dkern_proc.c834 proc_refdrain_will_exec(proc_t p) in proc_refdrain_will_exec() function