Searched refs:P_SINGLE_BOUNDARY (Results 1 – 2 of 2) sorted by relevance
1260 p->p_flag &= ~P_SINGLE_BOUNDARY; in thread_single()1264 p->p_flag |= P_SINGLE_BOUNDARY; in thread_single()1266 p->p_flag &= ~P_SINGLE_BOUNDARY; in thread_single()1434 (p->p_flag & P_SINGLE_BOUNDARY) && return_instead) in thread_suspend_check()1685 (p->p_flag & P_SINGLE_BOUNDARY) != 0, in thread_single_end()1687 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY | in thread_single_end()
837 #define P_SINGLE_BOUNDARY 0x00400000 /* Threads should suspend at user macro