Home
last modified time | relevance | path

Searched refs:SAFE_SIGACTION (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace01.c70 SAFE_SIGACTION(SIGUSR2, &child_act, NULL); in do_child()
95 SAFE_SIGACTION(SIGUSR2, &parent_act, NULL); in run()
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone301.c76 SAFE_SIGACTION(CHILD_SIGNAL, &csig_action, NULL); in do_child()
126 SAFE_SIGACTION(tc->exit_signal, &psig_action, NULL); in run()
/third_party/ltp/testcases/kernel/syscalls/sigsuspend/
Dsigsuspend01.c73 SAFE_SIGACTION(SIGALRM, &sa_new, 0); in setup()
/third_party/ltp/testcases/kernel/syscalls/llseek/
Dllseek01.c66 SAFE_SIGACTION(SIGXFSZ, &act, NULL); in setup()
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
Dpidfd_send_signal01.c42 SAFE_SIGACTION(SIGNAL, sig_action, NULL); in handle_thread()
/third_party/ltp/testcases/kernel/syscalls/epoll_pwait/
Depoll_pwait01.c92 SAFE_SIGACTION(SIGUSR1, &sa, NULL); in setup()
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c114 SAFE_SIGACTION(SIGUSR1, &sigusr1, NULL); in setup()
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns13.c77 SAFE_SIGACTION(SIGUSR1, &sa, NULL); in child_fn()
/third_party/ltp/testcases/cve/
Dcve-2017-17053.c82 SAFE_SIGACTION(SIGSEGV, &sa, NULL); in install_sighandler()
/third_party/ltp/testcases/kernel/syscalls/rt_tgsigqueueinfo/
Drt_tgsigqueueinfo01.c179 SAFE_SIGACTION(SIGUSR1, &sigusr1, NULL); in setup()
/third_party/ltp/testcases/kernel/mem/mtest06/
Dmmap1.c217 SAFE_SIGACTION(SIGSEGV, &sigptr, NULL); in setup()
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c88 SAFE_SIGACTION(SIGALRM, &sa, NULL); in bench_work()
/third_party/ltp/include/
Dtst_safe_macros.h473 #define SAFE_SIGACTION(signum, act, oldact) \ macro