Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dproc_internal.h871 extern proc_t proc_refdrain_will_exec(proc_t p);
/xnu-11215/bsd/kern/
H A Dkern_exec.c5008 old_proc = proc_refdrain_will_exec(old_proc); in proc_exec_switch_task()
5010 new_proc = proc_refdrain_will_exec(new_proc); in proc_exec_switch_task()
H A Dkern_proc.c851 proc_refdrain_will_exec(proc_t p) in proc_refdrain_will_exec() function