Searched refs:exit_thread (Results 1 – 7 of 7) sorted by relevance
538 if (p->exit_thread) { /* someone already doing it */ in sd_callback3()543 p->exit_thread = current_thread(); in sd_callback3()
1555 if (p->exit_thread == self) { in exit_with_reason()1569 while (proc_exiting || p->exit_thread != self) { in exit_with_reason()2120 wakeup(&p->exit_thread); in proc_prepareexit()2165 msleep(&p->exit_thread, &p->p_mlock, PWAIT, "proc_prepareexit_wait", NULL); in proc_exit()
3559 p->exit_thread = self; in sig_lock_to_exit()3572 while (p->sigwait || p->exit_thread) { in sig_try_locked()3573 if (p->exit_thread) { in sig_try_locked()
4913 if (p->p_stat != SZOMB && p->exit_thread == NULL) { in posix_spawn()4914 p->exit_thread = current_thread(); in posix_spawn()
1563 (!(p->p_acflag & AXSIG) || (p->exit_thread != current_thread()) || in proc_isabortedsignal()
352 void *exit_thread; /* Which thread is exiting(PL) */ member657 uint32_t exit_thread; /* XXX Which thread is exiting? */ member709 user_addr_t exit_thread; /* XXX Which thread is exiting? */ member
123 void *exit_thread; /* XXX Which thread is exiting? */ member