HomeSort by relevance Sort by last modified time
    Searched refs:sigterm (Results 1 - 7 of 7) sorted by null

  /external/strace/tests/
qual_signal.test 62 '!2,15' '!INT,TERM' '!SIGINT,TERM' '!INT,SIGTERM' '!SIGTERM,SIGINT' \
63 '!2,INT,TERM' '!2,SIGTERM' '!SIGINT,15' '!INT,SIGTERM,15' \
71 '!15' '!TERM' '!SIGTERM' \
72 '!15,TERM' '!SIGTERM,15,TERM' \
73 '!SIGALRM,TERM' '!CHLD,SIGTERM' \
74 '!ALRM,15' '!SIGCHLD,ALRM,SIGTERM,KILL' \
77 test_sigs '' SIGTERM \
78 15 TERM SIGTERM \
    [all...]
  /external/strace/tests-m32/
qual_signal.test 62 '!2,15' '!INT,TERM' '!SIGINT,TERM' '!INT,SIGTERM' '!SIGTERM,SIGINT' \
63 '!2,INT,TERM' '!2,SIGTERM' '!SIGINT,15' '!INT,SIGTERM,15' \
71 '!15' '!TERM' '!SIGTERM' \
72 '!15,TERM' '!SIGTERM,15,TERM' \
73 '!SIGALRM,TERM' '!CHLD,SIGTERM' \
74 '!ALRM,15' '!SIGCHLD,ALRM,SIGTERM,KILL' \
77 test_sigs '' SIGTERM \
78 15 TERM SIGTERM \
    [all...]
  /external/strace/tests-mx32/
qual_signal.test 62 '!2,15' '!INT,TERM' '!SIGINT,TERM' '!INT,SIGTERM' '!SIGTERM,SIGINT' \
63 '!2,INT,TERM' '!2,SIGTERM' '!SIGINT,15' '!INT,SIGTERM,15' \
71 '!15' '!TERM' '!SIGTERM' \
72 '!15,TERM' '!SIGTERM,15,TERM' \
73 '!SIGALRM,TERM' '!CHLD,SIGTERM' \
74 '!ALRM,15' '!SIGCHLD,ALRM,SIGTERM,KILL' \
77 test_sigs '' SIGTERM \
78 15 TERM SIGTERM \
    [all...]
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 63 int parent_pid, sigchld, sigterm, jump; variable
115 if (signal(SIGTERM, term) == SIG_ERR) {
117 "Error setting up SIGTERM signal, ERRNO = %d", errno);
178 if (!sigchld && !sigterm) {
194 if (signal(SIGTERM, SIG_IGN) == SIG_ERR) {
196 "Error resetting SIGTERM signal, ERRNO = %d", errno);
300 /* Routine to handle SIGTERM signal. */
303 tst_brkm(TWARN, NULL, "\tsignal SIGTERM received by parent.");
305 sigterm++;
324 * directory that already exist. Runs until a SIGTERM signal i
    [all...]
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 81 static volatile int sigterm, sigusr1, sigusr2; variable
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
    [all...]
  /external/python/cpython2/Demo/tkinter/guido/
ShellWindow.py 27 self.bind('<Control-t>', self.sigterm)
91 def sigterm(self, *args): member in class:ShellWindow
92 return self.sendsig(signal.SIGTERM)
  /external/valgrind/coregrind/
vgdb.c 654 static int sigterm = 0; variable
675 else if (signum == SIGTERM) {
677 sigterm++;
730 /* SIGTERM: can receive this signal (e.g. from gdb) to terminate vgdb
733 if (sigaction (SIGTERM, &action, &oldaction) != 0)
734 XERROR (errno, "vgdb error sigaction SIGTERM\n");
757 DEBUG(1, "nr received signals: sigint %d sigterm %d sighup %d sigpipe %d\n",
758 sigint, sigterm, sighup, sigpipe);
759 /* Note that we do not forward sigterm to the valgrind process:
760 a sigterm signal is (probably) received from gdb if the user wants t
    [all...]

Completed in 687 milliseconds