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

  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid09.c 72 static void inthandlr();
259 if ((sig_t) signal(SIGINT, inthandlr) == SIG_ERR) {
274 static void inthandlr(void) function
waitpid06.c 62 static void inthandlr();
138 if ((sig_t) signal(SIGINT, inthandlr) == SIG_ERR) {
286 static void inthandlr(void) function
waitpid07.c 64 static void inthandlr();
141 if ((sig_t) signal(SIGINT, inthandlr) == SIG_ERR) {
297 static void inthandlr(void) function
waitpid08.c 55 static void inthandlr();
140 if ((sig_t) signal(SIGINT, inthandlr) == SIG_ERR) {
324 static void inthandlr(void) function
waitpid11.c 58 static void inthandlr();
283 if (signal(SIGINT, inthandlr) == SIG_ERR)
302 static void inthandlr(void) function
waitpid12.c 59 static void inthandlr();
289 if (signal(SIGINT, inthandlr) == SIG_ERR)
304 static void inthandlr(void) function
waitpid10.c 49 static void inthandlr();
230 act.sa_handler = inthandlr;
252 static void inthandlr(void) function
waitpid13.c 59 static void inthandlr();
343 if (signal(SIGINT, inthandlr) == SIG_ERR)
356 static void inthandlr(void) function

Completed in 288 milliseconds