Searched refs:sig_action (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/powerpc/ |
H A D | harness.c | 95 static struct sigaction sig_action = { variable 111 if (sigaction(SIGINT, &sig_action, NULL)) { in test_harness() 117 if (sigaction(SIGALRM, &sig_action, NULL)) { in test_harness()
|
/linux/tools/testing/selftests/riscv/sigreturn/ |
H A D | sigreturn.c | 45 struct sigaction sig_action = { in vector_sigreturn() local 50 sigaction(SIGSEGV, &sig_action, 0); in vector_sigreturn()
|
/linux/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 156 void sig_action(int signum, siginfo_t *info, void *context); 226 void sig_action(int signum, siginfo_t *info, void *context) in sig_action() function 703 sa.sa_sigaction = sig_action; in main()
|