Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_fork.c157 boolean_t thread_is_active(thread_t thread);
623 if (parent_proc->p_lflag & P_LEXIT || !thread_is_active(current_thread())) { in fork()
H A Dkern_exec.c273 boolean_t thread_is_active(thread_t thread);
5018 thread_active = thread_is_active(old_thread); in proc_exec_switch_task()
/xnu-11215/osfmk/kern/
H A Dthread.h1158 extern boolean_t thread_is_active(thread_t thread);
H A Dthread.c418 thread_is_active(thread_t thread) in thread_is_active() function