Home
last modified time | relevance | path

Searched refs:P_SINGLE_BOUNDARY (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thread.c1255 p->p_flag &= ~P_SINGLE_BOUNDARY; in thread_single()
1259 p->p_flag |= P_SINGLE_BOUNDARY; in thread_single()
1261 p->p_flag &= ~P_SINGLE_BOUNDARY; in thread_single()
1425 (p->p_flag & P_SINGLE_BOUNDARY) && return_instead) in thread_suspend_check()
1666 (p->p_flag & P_SINGLE_BOUNDARY) != 0, in thread_single_end()
1668 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY | in thread_single_end()
/freebsd/sys/sys/
H A Dproc.h833 #define P_SINGLE_BOUNDARY 0x00400000 /* Threads should suspend at user macro