HomeSort by relevance Sort by last modified time
    Searched defs:handler (Results 501 - 525 of 2987) sorted by null

<<21222324252627282930>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
19-10.c 25 * -> register a handler for SIGPIPE with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGPIPE */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-11.c 25 * -> register a handler for SIGQUIT with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGQUIT */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-12.c 25 * -> register a handler for SIGSEGV with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGSEGV */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-13.c 25 * -> register a handler for SIGTERM with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGTERM */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-14.c 25 * -> register a handler for SIGTSTP with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGTSTP */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-15.c 25 * -> register a handler for SIGTTIN with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGTTIN */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-16.c 25 * -> register a handler for SIGTTOU with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGTTOU */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-17.c 25 * -> register a handler for SIGUSR1 with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGUSR1 */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-18.c 25 * -> register a handler for SIGUSR2 with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGUSR2 */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-19.c 25 * -> register a handler for SIGPOLL with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGPOLL */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-2.c 25 * -> register a handler for SIGALRM with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGALRM */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-20.c 25 * -> register a handler for SIGPROF with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGPROF */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-21.c 25 * -> register a handler for SIGSYS with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGSYS */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-22.c 25 * -> register a handler for SIGTRAP with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGTRAP */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-23.c 25 * -> register a handler for SIGURG with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGURG */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-24.c 25 * -> register a handler for SIGVTALRM with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGVTALRM */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-25.c 25 * -> register a handler for SIGXCPU with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGXCPU */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-26.c 25 * -> register a handler for SIGXFSZ with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGXFSZ */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-3.c 25 * -> register a handler for SIGBUS with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGBUS */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-4.c 25 * -> register a handler for SIGCHLD with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGCHLD */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-5.c 25 * -> register a handler for SIGCONT with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGCONT */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-6.c 25 * -> register a handler for SIGFPE with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGFPE */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-7.c 25 * -> register a handler for SIGHUP with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGHUP */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-8.c 25 * -> register a handler for SIGILL with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGILL */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");
19-9.c 25 * -> register a handler for SIGINT with SA_SIGINFO, and a known function
49 static void handler(int sig, siginfo_t *info, void *context) function
77 /* Set the signal handler */
79 sa.sa_sigaction = handler;
88 /* Install the signal handler for SIGINT */
92 perror("Failed to set signal handler");
98 "The signal handler has been called before signal was raised");

Completed in 506 milliseconds

<<21222324252627282930>>