HomeSort by relevance Sort by last modified time
    Searched refs:SIGSTOP (Results 26 - 50 of 300) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-47.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGSYS with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-48.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGTRAP with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-49.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGURG with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-50.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-51.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-52.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
30-1.c 25 * -> Try setting a signal handler for SIGSTOP
26 * -> Try ignoring SIGSTOP
147 /* Install the signal handler for SIGSTOP */
149 output("Trying to catch unauthorized signal SIGSTOP (%d)\n", SIGSTOP);
152 ret = sigaction(SIGSTOP, &sa, 0);
155 FAILED("Setting handler for SIGSTOP did not fail");
183 /* Ignore SIGSTOP */
185 output("Trying to ignore unauthorized signal SIGSTOP (%d)\n", SIGSTOP);
    [all...]
4-100.c 10 that attempting to add SIGSTOP to the signal mask of SIGTRAP will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-101.c 10 that attempting to add SIGSTOP to the signal mask of SIGURG will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-102.c 10 that attempting to add SIGSTOP to the signal mask of SIGVTALRM will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-103.c 10 that attempting to add SIGSTOP to the signal mask of SIGXCPU will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-104.c 10 that attempting to add SIGSTOP to the signal mask of SIGXFSZ will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-79.c 10 that attempting to add SIGSTOP to the signal mask of SIGABRT will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-80.c 10 that attempting to add SIGSTOP to the signal mask of SIGALRM will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-81.c 10 that attempting to add SIGSTOP to the signal mask of SIGBUS will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-82.c 10 that attempting to add SIGSTOP to the signal mask of SIGCHLD will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-83.c 10 that attempting to add SIGSTOP to the signal mask of SIGCONT will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-84.c 10 that attempting to add SIGSTOP to the signal mask of SIGFPE will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-85.c 10 that attempting to add SIGSTOP to the signal mask of SIGHUP will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-86.c 10 that attempting to add SIGSTOP to the signal mask of SIGILL will
32 sigaddset(&act.sa_mask, SIGSTOP);
4-87.c 10 that attempting to add SIGSTOP to the signal mask of SIGINT will
32 sigaddset(&act.sa_mask, SIGSTOP);
  /external/strace/tests/
signal_receive.c 28 if (sig != SIGKILL && sig != SIGSTOP) {
36 if (sig != SIGKILL && sig != SIGSTOP) {
  /external/strace/tests-m32/
signal_receive.c 28 if (sig != SIGKILL && sig != SIGSTOP) {
36 if (sig != SIGKILL && sig != SIGSTOP) {
  /external/strace/tests-mx32/
signal_receive.c 28 if (sig != SIGKILL && sig != SIGSTOP) {
36 if (sig != SIGKILL && sig != SIGSTOP) {
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
13-1.c 24 (0 == SIGSTOP) ||

Completed in 1131 milliseconds

12 3 4 5 6 7 8 91011>>