Searched refs:sc_sigblock (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dschedctl.h62 volatile char sc_sigblock; /* all signals blocked */ member in struct:sc_shared
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dschedctl.c324 return (tdp->sc_sigblock);
330 * If the sc_sigblock field is set for the specified thread, set
332 * sc_sigblock field. This finishes what user-level code requested
333 * to be done when it set tdp->sc_shared->sc_sigblock non-zero.
344 if (tdp != NULL && tdp->sc_sigblock) {
348 tdp->sc_sigblock = 0;
366 !tdp->sc_sigblock &&
H A Dsig.c2210 if (tdp != NULL && tdp->sc_sigblock)
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c484 * scp->sc_sigblock = 0. That would be a way to lose signals.
495 scp->sc_sigblock = 1;

Completed in 133 milliseconds