Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dproc_internal.h853 extern proc_t proc_refdrain_will_exec(proc_t p);
/xnu-10002.41.9/bsd/kern/
H A Dkern_exec.c4812 old_proc = proc_refdrain_will_exec(old_proc); in proc_exec_switch_task()
4814 new_proc = proc_refdrain_will_exec(new_proc); in proc_exec_switch_task()
H A Dkern_proc.c837 proc_refdrain_will_exec(proc_t p) in proc_refdrain_will_exec() function