Searched refs:exit_thread (Results 1 – 7 of 7) sorted by relevance
552 if (p->exit_thread) { /* someone already doing it */ in sd_callback3()557 p->exit_thread = current_thread(); in sd_callback3()
1581 if (p->exit_thread == self) { in exit_with_reason()1595 while (proc_exiting || p->exit_thread != self) { in exit_with_reason()2146 wakeup(&p->exit_thread); in proc_prepareexit()2191 msleep(&p->exit_thread, &p->p_mlock, PWAIT, "proc_prepareexit_wait", NULL); in proc_exit()
3608 p->exit_thread = self; in sig_lock_to_exit()3621 while (p->sigwait || p->exit_thread) { in sig_try_locked()3622 if (p->exit_thread) { in sig_try_locked()
5048 if (p->p_stat != SZOMB && p->exit_thread == NULL) { in posix_spawn()5049 p->exit_thread = current_thread(); in posix_spawn()
1813 (!(p->p_acflag & AXSIG) || (p->exit_thread != current_thread()) || in proc_isabortedsignal()
351 void *exit_thread; /* Which thread is exiting(PL) */ member652 uint32_t exit_thread; /* XXX Which thread is exiting? */ member704 user_addr_t exit_thread; /* XXX Which thread is exiting? */ member
123 void *exit_thread; /* XXX Which thread is exiting? */ member