Searched refs:sig_action (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 701 sa.sa_sigaction = sig_action; in main()
|
/kernel/linux/linux-6.6/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 701 sa.sa_sigaction = sig_action; in main()
|
Completed in 3 milliseconds