Home
last modified time | relevance | path

Searched refs:P_SINGLE_EXIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thread.c1263 p->p_flag |= P_SINGLE_EXIT; in thread_single()
1266 p->p_flag &= ~P_SINGLE_EXIT; in thread_single()
1320 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_HADTHREADS); in thread_single()
1429 if ((p->p_flag & P_SINGLE_EXIT) && return_instead) in thread_suspend_check()
1462 if ((p->p_flag & P_SINGLE_EXIT) && (p->p_singlethread != td)) { in thread_suspend_check()
1536 if (p->p_flag & P_SINGLE_EXIT) in thread_check_susp()
1684 p->p_flag &= ~(P_STOPPED_SINGLE | P_SINGLE_EXIT | P_SINGLE_BOUNDARY | in thread_single_end()
H A Dkern_sig.c2906 if (p->p_flag & P_SINGLE_EXIT && in ptracestop()
2951 if (p->p_flag & P_SINGLE_EXIT) in ptracestop()
3267 P_SINGLE_EXIT)) != 0 || ((p->p_pgrp-> in sigprocess()
/freebsd/sys/sys/
H A Dproc.h821 #define P_SINGLE_EXIT 0x00000400 /* Threads suspending should exit, macro