Searched defs:SIGINT (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c240 * If so, send a SIGINT signal to our own PID. Otherwise just
264 kill(getpid(), SIGINT); local
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c118 sigaddset(&newprocmask, SIGINT);
617 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our
625 sigaction(SIGINT, NULL, &oldint);
644 sigaction(SIGINT, &newsigact, NULL);
650 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */
656 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */
665 sigaction(SIGINT, &oldint, NULL);
675 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */
684 sigaction(SIGINT, &oldint, NULL);
752 sigaction(SIGINT, NUL
754 kill(getpid(), SIGINT); local
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.c118 sigaddset(&newprocmask, SIGINT);
617 * Allow a SIGHUP, SIGINT, SIGALRM, or SIGTERM to interrupt our
625 sigaction(SIGINT, NULL, &oldint);
644 sigaction(SIGINT, &newsigact, NULL);
650 /* Unmask SIGHUP, SIGINT, SIGALRM, SIGTERM. */
656 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */
665 sigaction(SIGINT, &oldint, NULL);
675 /* Mask SIGHUP, SIGINT, SIGALRM, SIGTERM. */
684 sigaction(SIGINT, &oldint, NULL);
774 sigaction(SIGINT, NUL
776 kill(getpid(), SIGINT); local
[all...]

Completed in 13 milliseconds