Home
last modified time | relevance | path

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

12345678

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D30-1.c149 output("Trying to catch unauthorized signal SIGSTOP (%d)\n", SIGSTOP); in main()
152 ret = sigaction(SIGSTOP, &sa, 0); in main()
185 output("Trying to ignore unauthorized signal SIGSTOP (%d)\n", SIGSTOP); in main()
188 ret = sigaction(SIGSTOP, &sa, 0); in main()
D4-45.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-39.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-43.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-29.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()
D4-50.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-49.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-34.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-47.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-41.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-35.c36 raise(SIGSTOP); in handler()
52 sigaddset(&act.sa_mask, 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/kernel/numa/
Dsupport_numa.c85 raise(SIGSTOP); in main()
110 raise(SIGSTOP); in main()
117 raise(SIGSTOP); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
D10-1.c26 sigaddset(&set1, SIGSTOP); in main()
34 if (sigismember(&set2, SIGSTOP)) { in main()
/external/bison/lib/
Dsigaction.c63 #ifndef SIGSTOP
64 # define SIGSTOP (-1) macro
138 if (sig < 0 || NSIG <= sig || sig == SIGKILL || sig == SIGSTOP in sigaction()

12345678