Searched refs:thread_is_active (Results 1 – 4 of 4) sorted by relevance
157 boolean_t thread_is_active(thread_t thread);623 if (parent_proc->p_lflag & P_LEXIT || !thread_is_active(current_thread())) { in fork()
273 boolean_t thread_is_active(thread_t thread);5018 thread_active = thread_is_active(old_thread); in proc_exec_switch_task()
1158 extern boolean_t thread_is_active(thread_t thread);
418 thread_is_active(thread_t thread) in thread_is_active() function