Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c5001 boolean_t proc_active; in proc_exec_switch_task() local
5015 proc_active = !(old_proc->p_lflag & P_LEXIT); in proc_exec_switch_task()
5024 if (proc_active && task_active && thread_active) { in proc_exec_switch_task()