Home
last modified time | relevance | path

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

12345678910

/external/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-33.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-35.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-39.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-46.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-49.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-30.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-50.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-52.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-37.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-28.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-47.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-31.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-32.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
D4-38.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, SIGSTOP); in main()
/external/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()
/external/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);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
D10-1.c26 sigaddset(&set1, SIGSTOP); in main()
34 if (sigismember(&set2, SIGSTOP)) { in main()

12345678910