Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c4348 boolean_t thread_active; in proc_exec_switch_task() local
4372 thread_active = thread_is_active(old_thread); in proc_exec_switch_task()
4378 if (proc_active && task_active && thread_active) { in proc_exec_switch_task()
4456 if (error != 0 || !task_active || !proc_active || !thread_active) { in proc_exec_switch_task()