Searched refs:sig_action (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c95 static struct sigaction sig_action = { variable in typeref:struct:sigaction
111 if (sigaction(SIGINT, &sig_action, NULL)) {
117 if (sigaction(SIGALRM, &sig_action, NULL)) {
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c156 void sig_action(int signum, siginfo_t *info, void *context);
226 void sig_action(int signum, siginfo_t *info, void *context) function
701 sa.sa_sigaction = sig_action;

Completed in 100 milliseconds