HomeSort by relevance Sort by last modified time
    Searched defs:handler2 (Results 1 - 25 of 40) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
2-1.c 15 2. Call sigaction again to set handler for SIGABRT to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-10.c 15 2. Call sigaction again to set handler for SIGPIPE to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-11.c 15 2. Call sigaction again to set handler for SIGQUIT to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-12.c 15 2. Call sigaction again to set handler for SIGSEGV to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-13.c 15 2. Call sigaction again to set handler for SIGTERM to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-14.c 15 2. Call sigaction again to set handler for SIGTSTP to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-15.c 15 2. Call sigaction again to set handler for SIGTTIN to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-16.c 15 2. Call sigaction again to set handler for SIGTTOU to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-17.c 15 2. Call sigaction again to set handler for SIGUSR1 to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-18.c 15 2. Call sigaction again to set handler for SIGUSR2 to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-19.c 15 2. Call sigaction again to set handler for SIGALRM to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-2.c 15 2. Call sigaction again to set handler for SIGALRM to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-20.c 15 2. Call sigaction again to set handler for SIGPROF to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-21.c 15 2. Call sigaction again to set handler for SIGSYS to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-22.c 15 2. Call sigaction again to set handler for SIGTRAP to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-23.c 15 2. Call sigaction again to set handler for SIGURG to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-24.c 15 2. Call sigaction again to set handler for SIGVTALRM to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-25.c 15 2. Call sigaction again to set handler for SIGXCPU to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-26.c 15 2. Call sigaction again to set handler for SIGXFSZ to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-3.c 15 2. Call sigaction again to set handler for SIGBUS to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-4.c 15 2. Call sigaction again to set handler for SIGCHLD to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-5.c 15 2. Call sigaction again to set handler for SIGCONT to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-6.c 15 2. Call sigaction again to set handler for SIGFPE to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-7.c 15 2. Call sigaction again to set handler for SIGHUP to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
2-8.c 15 2. Call sigaction again to set handler for SIGILL to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;

Completed in 92 milliseconds

1 2