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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
2-1.c 70 void sigterm_handler(int signum) function
124 if (signal(SIGTERM, sigterm_handler) == SIG_ERR) {
2-2.c 71 void sigterm_handler(int signum) function
128 if (signal(SIGTERM, sigterm_handler) == SIG_ERR) {
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 95 static void sigterm_handler(void);
210 act.sa_handler = (void *)sigterm_handler;
404 static void sigterm_handler(void) function
439 act.sa_handler = (void *)sigterm_handler;
  /external/ltp/testcases/kernel/syscalls/utils/
common_j_h.c 111 static void sigterm_handler(int sig) function
126 signal(SIGTERM, sigterm_handler);}
  /external/selinux/mcstrans/src/
mcstransd.c 424 sigterm_handler(int sig) __attribute__ ((noreturn));
427 sigterm_handler(int UNUSED(sig)) function
455 act.sa_handler = sigterm_handler;
  /external/openssh/
serverloop.c 162 sigterm_handler(int sig) function
367 signal(SIGTERM, sigterm_handler);
368 signal(SIGINT, sigterm_handler);
369 signal(SIGQUIT, sigterm_handler);
sshd.c 327 sigterm_handler(int sig) function
    [all...]

Completed in 905 milliseconds