Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/musl/libc-test/src/functionalext/fortify/
Dunistd.c54 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_001()
92 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_002()
131 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_003()
171 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_004()
210 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_005()
248 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_006()
286 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_007()
326 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_008()
365 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_009()
402 TEST(WSTOPSIG(status) == SIGSTOP); in unistd_dynamic_chk_010()
[all …]
Dstring_ext.c90 TEST(WSTOPSIG(status) == SIGSTOP); in test_strcat_0020()
141 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncat_0020()
189 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpcpy_0020()
240 TEST(WSTOPSIG(status) == SIGSTOP); in test_stpncpy_0020()
290 TEST(WSTOPSIG(status) == SIGSTOP); in test_strncpy_0020()
337 TEST(WSTOPSIG(status) == SIGSTOP); in test_memchr_0020()
384 TEST(WSTOPSIG(status) == SIGSTOP); in test_memrchr_0020()
430 TEST(WSTOPSIG(status) == SIGSTOP); in test_strchr_0020()
478 TEST(WSTOPSIG(status) == SIGSTOP); in test_strrchr_0020()
527 TEST(WSTOPSIG(status) == SIGSTOP); in test_strlcat_0020()
[all …]
Dfcntl_ext.c65 TEST(WSTOPSIG(status) == SIGSTOP); in open_0020()
99 TEST(WSTOPSIG(status) == SIGSTOP); in open_0030()
148 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0020()
182 TEST(WSTOPSIG(status) == SIGSTOP); in openat_0030()
231 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0020()
265 TEST(WSTOPSIG(status) == SIGSTOP); in open64_0030()
314 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0020()
348 TEST(WSTOPSIG(status) == SIGSTOP); in openat64_0030()
Dstdio.c125 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_003()
163 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_004()
248 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_007()
311 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_010()
347 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_011()
402 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_012()
433 TEST(WSTOPSIG(status) == SIGSTOP); in stdio_dynamic_chk_013()
Dsocket_ext.c74 TEST(WSTOPSIG(status) == SIGSTOP); in send_0010()
109 TEST(WSTOPSIG(status) == SIGSTOP); in recv_0010()
171 TEST(WSTOPSIG(status) == SIGSTOP); in sendto_0010()
206 TEST(WSTOPSIG(status) == SIGSTOP); in recvfrom_0010()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D30-1.c147 output("Trying to catch unauthorized signal SIGSTOP (%d)\n", SIGSTOP); in main()
150 ret = sigaction(SIGSTOP, &sa, 0); in main()
183 output("Trying to ignore unauthorized signal SIGSTOP (%d)\n", SIGSTOP); in main()
186 ret = sigaction(SIGSTOP, &sa, 0); in main()
D4-35.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-27.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-28.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-48.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-33.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-43.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-51.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-34.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-29.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-31.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-49.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-40.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-44.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-36.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-45.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-41.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
/third_party/ltp/testcases/kernel/numa/
Dsupport_numa.c111 raise(SIGSTOP); in main()
129 raise(SIGSTOP); in main()
148 raise(SIGSTOP); in main()
152 raise(SIGSTOP); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_4-2.in10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for %%MYSIG%% with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
D10-1.c26 sigaddset(&set1, SIGSTOP); in main()
34 if (sigismember(&set2, SIGSTOP)) { in main()

1234567