Searched refs:P_SINGLE_BOUNDARY (Results 1 – 2 of 2) sorted by relevance
1175 p->p_flag &= ~P_SINGLE_BOUNDARY; in thread_single()1179 p->p_flag |= P_SINGLE_BOUNDARY; in thread_single()1181 p->p_flag &= ~P_SINGLE_BOUNDARY; in thread_single()1349 (p->p_flag & P_SINGLE_BOUNDARY) && return_instead) in thread_suspend_check()1575 (p->p_flag & P_SINGLE_BOUNDARY) != 0, in thread_single_end()1577 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY | in thread_single_end()
776 #define P_SINGLE_BOUNDARY 0x00400000 /* Threads should suspend at user macro