Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dsig.c249 p->p_flag |= SSCONT; in sigtoproc()
287 p->p_flag &= ~SSCONT; in sigtoproc()
380 if (!(p->p_flag & SSCONT) && in isjobstop()
1199 if (p->p_flag & SSCONT) { in stop()
/titanic_50/usr/src/uts/common/sys/
H A Dproc.h485 #define SSCONT 0x00000200 /* SIGCONT has been posted to the process */ macro
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1445 p->p_flag |= SSCONT; in pr_setsig()
1465 p->p_flag &= ~SSCONT; in pr_setsig()