Searched refs:SIGSTOP (Results 1 – 25 of 244) sorted by relevance
12345678910
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 30-1.c | 147 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()
|
D | 4-33.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-49.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-42.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-51.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-28.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-41.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-43.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-38.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-32.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-30.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-29.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-45.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-37.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-48.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-47.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-40.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-50.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-39.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-52.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-35.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
D | 4-44.c | 36 raise(SIGSTOP); in handler() 52 sigaddset(&act.sa_mask, SIGSTOP); in main()
|
/external/ltp/testcases/kernel/numa/ |
D | support_numa.c | 111 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/ |
D | template_4-2.in | 10 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/ |
D | 10-1.c | 26 sigaddset(&set1, SIGSTOP); in main() 34 if (sigismember(&set2, SIGSTOP)) { in main()
|
12345678910