Home
last modified time | relevance | path

Searched refs:SIGSTOP (Results 1 - 25 of 225) sorted by relevance

123456789

/third_party/musl/libc-test/src/functionalext/fortify/
H A Dunistd.c54 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 Dstring_ext.c92 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 Dfcntl_ext.c75 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 Dstdio.c127 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 Dsocket_ext.c75 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 Dselect_test.c70 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 Dsupport_numa.c110 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 D30-1.c25 * -> 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 D4-36.c10 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 D4-37.c10 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 D4-38.c10 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 D4-39.c10 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 D4-40.c10 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 D4-33.c10 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 D4-34.c10 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 D4-35.c10 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 D4-50.c10 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 D4-51.c10 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 D4-52.c10 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 D4-27.c10 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 D4-28.c10 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 Dwaitid07.c11 * 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 D10-1.c8 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 Dwait.rs1 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 D10-1.c8 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()

Completed in 7 milliseconds

123456789