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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
6-2.c 10 the system shall not allow the signals SIGKILL or SIGSTOP
24 if (sigignore(SIGSTOP) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
10-1.c 8 Attempt to add SIGKILL and SIGSTOP to the process's signal mask and
26 sigaddset(&set1, SIGSTOP);
34 if (sigismember(&set2, SIGSTOP)) {
35 printf("FAIL: SIGSTOP was added to the signal mask\n");
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 29 SIGSTOP = 19 # Stopped (signal)
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 29 SIGSTOP = 19 # Stopped (signal)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
10-1.c 8 Attempt to add SIGKILL and SIGSTOP to the process's signal mask and
27 sigaddset(&set1, SIGSTOP);
35 if (sigismember(&set2, SIGSTOP)) {
36 printf("FAIL: SIGSTOP was added to the signal mask\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-27.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-28.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-29.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGBUS with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-30.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGCHLD with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-31.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGCONT with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-32.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGFPE with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-33.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-34.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-35.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-36.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-37.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-38.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-39.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-40.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-41.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGTTIN with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-42.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGTTOU with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-43.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGUSR1 with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-44.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-45.c 10 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);
52 sigaddset(&act.sa_mask, SIGSTOP);
4-46.c 10 that attempting to add SIGSTOP can not be added to the signal mask
16 3. (child) Setup a signal handler for SIGPROF with SIGSTOP added to
19 5. (child, signal handler) raise SIGSTOP
36 raise(SIGSTOP);
52 sigaddset(&act.sa_mask, SIGSTOP);

Completed in 91 milliseconds

1 2 3 4 5 6 7 8 91011>>