Searched refs:P_SINGLE_EXIT (Results 1 – 3 of 3) sorted by relevance
1174 p->p_flag |= P_SINGLE_EXIT; in thread_single()1177 p->p_flag &= ~P_SINGLE_EXIT; in thread_single()1234 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_HADTHREADS); in thread_single()1344 if ((p->p_flag & P_SINGLE_EXIT) && return_instead) in thread_suspend_check()1369 if ((p->p_flag & P_SINGLE_EXIT) && (p->p_singlethread != td)) { in thread_suspend_check()1446 if (p->p_flag & P_SINGLE_EXIT) in thread_check_susp()1577 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY | in thread_single_end()
2606 if (p->p_flag & P_SINGLE_EXIT && in ptracestop()2654 if (p->p_flag & P_SINGLE_EXIT) in ptracestop()2995 P_SINGLE_EXIT)) != 0 || ((p->p_pgrp-> in issignal()
760 #define P_SINGLE_EXIT 0x00000400 /* Threads suspending should exit, macro