Searched refs:exit_thread (Results 1 – 7 of 7) sorted by relevance
346 void *exit_thread; /* Which thread is exiting(PL) */ member623 uint32_t exit_thread; /* XXX Which thread is exiting? */ member675 user_addr_t exit_thread; /* XXX Which thread is exiting? */ member
122 void *exit_thread; /* XXX Which thread is exiting? */ member
518 if (p->exit_thread) { /* someone already doing it */ in sd_callback3()523 p->exit_thread = current_thread(); in sd_callback3()
3625 p->exit_thread = self; in sig_lock_to_exit()3639 while (p->sigwait || p->exit_thread) { in sig_try_locked()3640 if (p->exit_thread) { in sig_try_locked()
1140 if (p->exit_thread == self) { in exit_with_reason()1152 while (p->exit_thread != self) { in exit_with_reason()
4292 if (p->p_stat != SZOMB && p->exit_thread == NULL) { in posix_spawn()4293 p->exit_thread = current_thread(); in posix_spawn()
1402 (!(p->p_acflag & AXSIG) || (p->exit_thread != current_thread()) || in proc_isabortedsignal()