Searched refs:P_SINGLE_EXIT (Results 1 – 3 of 3) sorted by relevance
1254 p->p_flag |= P_SINGLE_EXIT; in thread_single()1257 p->p_flag &= ~P_SINGLE_EXIT; in thread_single()1311 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_HADTHREADS); in thread_single()1420 if ((p->p_flag & P_SINGLE_EXIT) && return_instead) in thread_suspend_check()1445 if ((p->p_flag & P_SINGLE_EXIT) && (p->p_singlethread != td)) { in thread_suspend_check()1520 if (p->p_flag & P_SINGLE_EXIT) in thread_check_susp()1668 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY | in thread_single_end()
2855 if (p->p_flag & P_SINGLE_EXIT && in ptracestop()2916 if (p->p_flag & P_SINGLE_EXIT) in ptracestop()3232 P_SINGLE_EXIT)) != 0 || ((p->p_pgrp-> in sigprocess()
817 #define P_SINGLE_EXIT 0x00000400 /* Threads suspending should exit, macro