Home
last modified time | relevance | path

Searched refs:P_SINTR (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/w/
H A Dproc_compare.c89 if (p1->p_flag & P_SINTR && (p2->p_flag & P_SINTR) == 0)
91 if (p2->p_flag & P_SINTR && (p1->p_flag & P_SINTR) == 0)
/original-bsd/sys/kern/
H A Dkern_synch.c309 p->p_flag |= P_SINTR;
328 p->p_flag &= ~P_SINTR;
H A Dtty.c1850 if (p1->p_flag & P_SINTR && (p2->p_flag & P_SINTR) == 0)
1852 if (p2->p_flag & P_SINTR && (p1->p_flag & P_SINTR) == 0)
H A Dkern_sig.c717 if ((p->p_flag & P_SINTR) == 0)
810 if (p->p_wchan && p->p_flag & P_SINTR)
/original-bsd/sys/sys/
H A Dproc.h166 #define P_SINTR 0x00080 /* Sleep is interruptible. */ macro
/original-bsd/bin/ps/
H A Dprint.c161 if (flag & P_SINTR) /* interuptable (long) */