Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h465 #define CLDCONT 0x0002 /* child has notified parent of CLD_CONTINUED */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c392 if (p->p_pidflag & CLDCONT) in isjobstop()
395 p->p_pidflag |= CLDCONT; in isjobstop()
1041 p->p_pidflag &= ~CLDCONT; in stop()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c227 { "CLDCONT", CLDCONT, CLDCONT }, in pflags()