Home | History | Annotate | Download | only in ioctl

Lines Matching refs:sigterm

81 static volatile int sigterm, sigusr1, sigusr2;
152 kill(childpid, SIGTERM);
162 * SIGTERM the child and cleanup.
164 kill(childpid, SIGTERM);
176 (void)kill(childpid, SIGTERM);
213 (void)sigaction(SIGTERM, &act, 0);
275 while (!sigterm)
278 sigterm = 0;
280 tst_resm(TINFO, "child: Got SIGTERM from parent.");
411 sigterm = 1;
453 (void)sigaction(SIGTERM, &act, 0);
467 sigterm = sigusr1 = sigusr2 = 0;