/third_party/ltp/testcases/kernel/syscalls/sigpending/ |
D | sigpending02.c | 76 old_sighandler1 = SAFE_SIGNAL(SIGUSR1, sighandler); in test_sigpending() 77 old_sighandler2 = SAFE_SIGNAL(SIGUSR2, sighandler); in test_sigpending() 130 SAFE_SIGNAL(SIGUSR1, old_sighandler1); in test_sigpending() 131 SAFE_SIGNAL(SIGUSR2, old_sighandler2); in test_sigpending()
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 146 SAFE_SIGNAL(SIGALRM, sig_handler); in setup() 147 SAFE_SIGNAL(SIGBUS, sig_handler); in setup() 148 SAFE_SIGNAL(SIGSEGV, sig_handler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage03.c | 120 SAFE_SIGNAL(SIGCHLD, SIG_IGN); in sig_ign() 138 SAFE_SIGNAL(SIGCHLD, SIG_DFL); in sig_ign()
|
/third_party/ltp/testcases/kernel/syscalls/alarm/ |
D | alarm06.c | 36 SAFE_SIGNAL(SIGALRM, sigproc); in setup()
|
D | alarm07.c | 53 SAFE_SIGNAL(SIGALRM, sighandler); in setup()
|
D | alarm05.c | 58 SAFE_SIGNAL(SIGALRM, sighandler); in setup()
|
D | alarm02.c | 73 SAFE_SIGNAL(SIGALRM, sighandler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/tkill/ |
D | tkill01.c | 33 SAFE_SIGNAL(SIGUSR1, sighandler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/pause/ |
D | pause01.c | 16 SAFE_SIGNAL(SIGINT, sig_handler); in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv05.c | 55 SAFE_SIGNAL(SIGHUP, sighandler); in setup()
|
/third_party/ltp/lib/ |
D | tst_test.c | 1450 SAFE_SIGNAL(SIGINT, sigint_handler); in fork_testrun() 1458 SAFE_SIGNAL(SIGALRM, SIG_DFL); in fork_testrun() 1459 SAFE_SIGNAL(SIGUSR1, SIG_DFL); in fork_testrun() 1460 SAFE_SIGNAL(SIGINT, SIG_DFL); in fork_testrun() 1467 SAFE_SIGNAL(SIGINT, SIG_DFL); in fork_testrun() 1537 SAFE_SIGNAL(SIGALRM, alarm_handler); in tst_run_tcases() 1538 SAFE_SIGNAL(SIGUSR1, heartbeat_handler); in tst_run_tcases()
|
/third_party/ltp/testcases/kernel/controllers/memcg/regression/ |
D | memcg_test_3.c | 44 SAFE_SIGNAL(SIGUSR1, sighandler); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd04.c | 71 SAFE_SIGNAL(SIGALRM, sigproc); in setup()
|
/third_party/ltp/testcases/kernel/security/dirtyc0w/ |
D | dirtyc0w_child.c | 97 SAFE_SIGNAL(SIGUSR1, sighandler); in main()
|
/third_party/ltp/testcases/kernel/syscalls/nanosleep/ |
D | nanosleep02.c | 100 SAFE_SIGNAL(SIGINT, sig_handler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe02.c | 26 SAFE_SIGNAL(SIGPIPE, SIG_DFL); in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr04.c | 97 SAFE_SIGNAL(SIGUSR1, sigproc); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/gettimeofday/ |
D | gettimeofday02.c | 78 SAFE_SIGNAL(SIGALRM, breakout); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit06.c | 40 SAFE_SIGNAL(SIGXCPU, sighandler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd05.c | 68 SAFE_SIGNAL(SIGHUP, sighandler); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl03.c | 122 SAFE_SIGNAL(SIGCHLD, sighandler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
D | write05.c | 91 SAFE_SIGNAL(SIGPIPE, sighandler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite02.c | 79 SAFE_SIGNAL(SIGXFSZ, sighandler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime03.c | 62 SAFE_SIGNAL(SIGUSR1, sighandler); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop03.c | 76 SAFE_SIGNAL(SIGHUP, sighandler); in setup()
|