/external/ltp/testcases/kernel/syscalls/sigpending/ |
D | sigpending02.c | 59 old_sighandler1 = SAFE_SIGNAL(SIGUSR1, sighandler); in test_sigpending() 60 old_sighandler2 = SAFE_SIGNAL(SIGUSR2, sighandler); in test_sigpending() 113 SAFE_SIGNAL(SIGUSR1, old_sighandler1); in test_sigpending() 114 SAFE_SIGNAL(SIGUSR2, old_sighandler2); in test_sigpending()
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 163 SAFE_SIGNAL(SIGALRM, sig_handler); in setup() 164 SAFE_SIGNAL(SIGBUS, sig_handler); in setup() 165 SAFE_SIGNAL(SIGSEGV, sig_handler); in setup()
|
/external/ltp/lib/ |
D | tst_test.c | 1102 SAFE_SIGNAL(SIGINT, sigint_handler); in fork_testrun() 1109 SAFE_SIGNAL(SIGALRM, SIG_DFL); in fork_testrun() 1110 SAFE_SIGNAL(SIGUSR1, SIG_DFL); in fork_testrun() 1111 SAFE_SIGNAL(SIGINT, SIG_DFL); in fork_testrun() 1118 SAFE_SIGNAL(SIGINT, SIG_DFL); in fork_testrun() 1183 SAFE_SIGNAL(SIGALRM, alarm_handler); in tst_run_tcases() 1184 SAFE_SIGNAL(SIGUSR1, heartbeat_handler); in tst_run_tcases()
|
/external/ltp/testcases/kernel/syscalls/alarm/ |
D | alarm06.c | 52 SAFE_SIGNAL(SIGALRM, sigproc); in setup()
|
D | alarm07.c | 53 SAFE_SIGNAL(SIGALRM, sighandler); in setup()
|
D | alarm05.c | 71 SAFE_SIGNAL(SIGALRM, sighandler); in setup()
|
D | alarm02.c | 73 SAFE_SIGNAL(SIGALRM, sighandler); in setup()
|
/external/ltp/testcases/kernel/syscalls/pause/ |
D | pause01.c | 27 SAFE_SIGNAL(SIGINT, sig_handler); in do_child()
|
/external/ltp/testcases/kernel/controllers/memcg/regression/ |
D | memcg_test_3.c | 56 SAFE_SIGNAL(SIGUSR1, sighandler); in do_test()
|
/external/ltp/testcases/kernel/syscalls/nanosleep/ |
D | nanosleep02.c | 88 SAFE_SIGNAL(SIGINT, sig_handler); in setup()
|
/external/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd04.c | 83 SAFE_SIGNAL(SIGALRM, sigproc); in setup()
|
/external/ltp/testcases/kernel/security/dirtyc0w/ |
D | dirtyc0w_child.c | 109 SAFE_SIGNAL(SIGUSR1, sighandler); in main()
|
/external/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr04.c | 109 SAFE_SIGNAL(SIGUSR1, sigproc); in setup()
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe02.c | 38 SAFE_SIGNAL(SIGPIPE, SIG_DFL); in do_child()
|
/external/ltp/testcases/kernel/syscalls/gettimeofday/ |
D | gettimeofday02.c | 102 SAFE_SIGNAL(SIGALRM, breakout); in setup()
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl03.c | 122 SAFE_SIGNAL(SIGCHLD, sighandler); in setup()
|
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd05.c | 90 SAFE_SIGNAL(SIGHUP, sighandler); in do_test()
|
/external/ltp/testcases/kernel/syscalls/write/ |
D | write05.c | 104 SAFE_SIGNAL(SIGPIPE, sighandler); in setup()
|
/external/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite02.c | 109 SAFE_SIGNAL(SIGXFSZ, sighandler); in setup()
|
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/ |
D | clock_nanosleep01.c | 94 SAFE_SIGNAL(SIGINT, sighandler); in setup()
|
/external/ltp/testcases/kernel/syscalls/times/ |
D | times03.c | 206 SAFE_SIGNAL(SIGALRM, sighandler); in setup()
|
/external/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 180 SAFE_SIGNAL(SIGINT, sighandler); in setup()
|
/external/ltp/include/ |
D | tst_safe_macros.h | 414 #define SAFE_SIGNAL(signum, handler) \ macro
|