Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_proc.c651 proc_ref_wait_for_exec(proc_t p, uint32_t bits, int locked) in proc_ref_wait_for_exec() function
772 return proc_ref_wait_for_exec(p, bits, locked); in proc_ref()
2151 p = proc_ref_wait_for_exec(p, bits, false); in proc_find()
2186 p = proc_ref_wait_for_exec(p, bits, true); in proc_find_locked()