| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
| 23-1.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGABRT 25 * -> In handler, check for reentrance then raise SIGABRT again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGABRT */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-10.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGPIPE 25 * -> In handler, check for reentrance then raise SIGPIPE again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGPIPE */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-11.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGQUIT 25 * -> In handler, check for reentrance then raise SIGQUIT again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGQUIT */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-12.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGSEGV 25 * -> In handler, check for reentrance then raise SIGSEGV again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGSEGV */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-13.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTERM 25 * -> In handler, check for reentrance then raise SIGTERM again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGTERM */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-14.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTSTP 25 * -> In handler, check for reentrance then raise SIGTSTP again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGTSTP */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-15.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTTIN 25 * -> In handler, check for reentrance then raise SIGTTIN again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGTTIN */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-16.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTTOU 25 * -> In handler, check for reentrance then raise SIGTTOU again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGTTOU */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-17.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGUSR1 25 * -> In handler, check for reentrance then raise SIGUSR1 again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGUSR1 */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-18.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGUSR2 25 * -> In handler, check for reentrance then raise SIGUSR2 again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGUSR2 */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-19.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGALRM 25 * -> In handler, check for reentrance then raise SIGALRM again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 75 void handler(int sig) function 82 FAILED("Signal was not masked in signal handler"); 121 /* Set the signal handler */ 124 sa.sa_handler = handler; 132 /* Install the signal handler for SIGALRM */ 136 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-2.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGALRM 25 * -> In handler, check for reentrance then raise SIGALRM again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGALRM */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-20.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGPROF 25 * -> In handler, check for reentrance then raise SIGPROF again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGPROF */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-21.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGSYS 25 * -> In handler, check for reentrance then raise SIGSYS again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGSYS */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-22.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGTRAP 25 * -> In handler, check for reentrance then raise SIGTRAP again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGTRAP */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-23.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGURG 25 * -> In handler, check for reentrance then raise SIGURG again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGURG */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-24.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGVTALRM 25 * -> In handler, check for reentrance then raise SIGVTALRM again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGVTALRM */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-25.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGXCPU 25 * -> In handler, check for reentrance then raise SIGXCPU again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGXCPU */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-26.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGXFSZ 25 * -> In handler, check for reentrance then raise SIGXFSZ again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGXFSZ */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-3.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGBUS 25 * -> In handler, check for reentrance then raise SIGBUS again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGBUS */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-4.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGCHLD 25 * -> In handler, check for reentrance then raise SIGCHLD again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGCHLD */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-5.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGCONT 25 * -> In handler, check for reentrance then raise SIGCONT again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGCONT */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-6.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGFPE 25 * -> In handler, check for reentrance then raise SIGFPE again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGFPE */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-7.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGHUP 25 * -> In handler, check for reentrance then raise SIGHUP again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGHUP */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |
| 23-8.c | 20 * thread's signal mask during the handler execution. 23 * -> register a signal handler for SIGILL 25 * -> In handler, check for reentrance then raise SIGILL again. 27 * The test fails if signal handler if reentered or signal is not pending when raised again. 85 void handler(int sig) function 92 FAILED("Signal was not masked in signal handler"); 131 /* Set the signal handler */ 134 sa.sa_handler = handler; 142 /* Install the signal handler for SIGILL */ 146 UNRESOLVED(ret, "Failed to set signal handler"); [all...] |