Home
last modified time | relevance | path

Searched defs:SA_NOCLDSTOP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h123 #define SA_NOCLDSTOP 0x00020000 /* don't send job control SIGCLD's */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h318 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h173 #define SA_NOCLDSTOP 0x00020000 /* don't send job control SIGCLD's */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c713 # define SA_NOCLDSTOP 0 in job_init() macro