Searched refs:sigact (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr2_fcs_fch_test.c32 struct sigaction sigact = { local
39 FAIL_IF(sigaction(SIGUSR2, &sigact, NULL));
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_val.c487 struct sigaction sigact = {}; local
492 sigact.sa_sigaction = ctrlc_handler;
493 sigemptyset(&sigact.sa_mask);
494 sigact.sa_flags = SA_SIGINFO;
495 if (sigaction(SIGINT, &sigact, NULL) ||
496 sigaction(SIGTERM, &sigact, NULL) ||
497 sigaction(SIGHUP, &sigact, NULL)) {
511 struct sigaction sigact = {}; local
513 sigact.sa_handler = SIG_DFL;
514 sigemptyset(&sigact
701 struct sigaction sigact; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1667 struct sigaction sigact = { local
1673 sigaction(SIGSEGV, &sigact, NULL);

Completed in 98 milliseconds