/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | unistd.c | 54 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_001() 93 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_002() 133 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_003() 174 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_004() 214 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_005() 253 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_006() 292 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_007() 333 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_008() 373 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_009() 411 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_010() [all...] |
H A D | string_ext.c | 92 TEST(WSTOPSIG(status) == SIGSTOP); in test_strcat_0020() 143 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncat_0020() 191 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpcpy_0020() 242 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpncpy_0020() 292 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncpy_0020() 339 TEST(WSTOPSIG(status) == SIGSTOP); in test_memchr_0020() 386 TEST(WSTOPSIG(status) == SIGSTOP); in test_memrchr_0020() 432 TEST(WSTOPSIG(status) == SIGSTOP); in test_strchr_0020() 480 TEST(WSTOPSIG(status) == SIGSTOP); in test_strrchr_0020() 529 TEST(WSTOPSIG(status) == SIGSTOP); in test_strlcat_0020() [all...] |
H A D | fcntl_ext.c | 75 TEST(WSTOPSIG(status) == SIGSTOP); in open_0020() 109 TEST(WSTOPSIG(status) == SIGSTOP); in open_0030() 171 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0020() 205 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0030() 268 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0020() 302 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0030() 364 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0020() 398 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0030()
|
H A D | stdio.c | 127 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_003() 166 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_004() 254 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_007() 320 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_010() 357 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_011() 413 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_012() 445 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_013()
|
H A D | socket_ext.c | 75 TEST(WSTOPSIG(status) == SIGSTOP); in send_0010() 110 TEST(WSTOPSIG(status) == SIGSTOP); in recv_0010() 172 TEST(WSTOPSIG(status) == SIGSTOP); in sendto_0010() 207 TEST(WSTOPSIG(status) == SIGSTOP); in recvfrom_0010()
|
H A D | select_test.c | 70 TEST(WSTOPSIG(status) == SIGSTOP); in fd_set_0020() 106 TEST(WSTOPSIG(status) == SIGSTOP); in fd_set_0030() 159 TEST(WSTOPSIG(status) == SIGSTOP); in fd_clr_0020() 195 TEST(WSTOPSIG(status) == SIGSTOP); in fd_clr_0030()
|
/third_party/ltp/testcases/kernel/numa/ |
H A D | support_numa.c | 110 raise(SIGSTOP); in main() 128 raise(SIGSTOP); in main() 147 raise(SIGSTOP); in main() 151 raise(SIGSTOP); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
H A D | 30-1.c | 25 * -> Try setting a signal handler for SIGSTOP 26 * -> Try ignoring SIGSTOP 145 /* Install the signal handler for SIGSTOP */ in main() 147 output("Trying to catch unauthorized signal SIGSTOP (%d)\n", SIGSTOP); in main() 150 ret = sigaction(SIGSTOP, &sa, 0); in main() 153 FAILED("Setting handler for SIGSTOP did not fail"); in main() 181 /* Ignore SIGSTOP */ in main() 183 output("Trying to ignore unauthorized signal SIGSTOP (%d)\n", SIGSTOP); in main() [all...] |
H A D | 4-36.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGPIPE with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-37.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGQUIT with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-38.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGSEGV with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-39.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGTERM with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-40.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGTSTP with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-33.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGHUP with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-34.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGILL with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-35.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGINT with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-50.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGVTALRM with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-51.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGXCPU with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-52.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGXFSZ with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-27.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGABRT with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
H A D | 4-28.c | 10 that attempting to add SIGSTOP can not be added to the signal mask 16 3. (child) Setup a signal handler for SIGUSR2 with SIGSTOP added to 19 5. (child, signal handler) raise SIGSTOP 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
H A D | waitid07.c | 11 * Test if waitid() filters children killed with SIGSTOP. 25 SAFE_KILL(getpid(), SIGSTOP); in run() local 34 TST_EXP_EQ_LI(infop->si_status, SIGSTOP); in run()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
H A D | 10-1.c | 8 Attempt to add SIGKILL and SIGSTOP to the process's signal mask and 26 sigaddset(&set1, SIGSTOP); in main() 34 if (sigismember(&set2, SIGSTOP)) { in main() 35 printf("FAIL: SIGSTOP was added to the signal mask\n"); in main()
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | wait.rs | 1 use libc::{kill, SIGSTOP}; 18 unsafe { kill(child.id() as _, SIGSTOP) }; in test_waitpid()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
H A D | 10-1.c | 8 Attempt to add SIGKILL and SIGSTOP to the process's signal mask and 27 sigaddset(&set1, SIGSTOP); in a_thread_func() 35 if (sigismember(&set2, SIGSTOP)) { in a_thread_func() 36 printf("FAIL: SIGSTOP was added to the signal mask\n"); in a_thread_func()
|