Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c4369 boolean_t proc_active; in proc_exec_switch_task() local
4391 proc_active = !(p->p_lflag & P_LEXIT); in proc_exec_switch_task()
4400 if (proc_active && task_active && thread_active) { in proc_exec_switch_task()
4478 if (error != 0 || !task_active || !proc_active || !thread_active) { in proc_exec_switch_task()