Lines Matching refs:attrp
98 const posix_spawnattr_t *attrp, char *const argv[],
136 /* Spawn a new process executing PATH with the attributes describes in *ATTRP.
141 const posix_spawnattr_t *attrp, char *const argv[],
150 short int flags = attrp == NULL ? 0 : attrp->_flags;
186 && sigprocmask (SIG_SETMASK, &attrp->_ss, NULL) != 0)
203 if (sigismember (&attrp->_sd, sig) != 0
214 if (sched_setparam (0, &attrp->_sp) == -1)
219 if (sched_setscheduler (0, attrp->_policy,
221 ? &attrp->_sp : NULL) == -1)
228 && setpgid (0, attrp->_pgrp) != 0)