Searched refs:SIGSTOP (Results 1 - 25 of 177) sorted by relevance

12345678

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
H A D6-2.c10 the system shall not allow the signals SIGKILL or SIGSTOP
24 if (sigignore(SIGSTOP) == -1) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
H A D10-1.c8 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/
H A Ddevice_signal.py29 SIGSTOP = 19 # Stopped (signal) variable
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_signal.py29 SIGSTOP = 19 # Stopped (signal) variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D10-1.c8 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/
H A D4-27.c10 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);
H A D4-28.c10 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);
H A D4-29.c10 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);
H A D4-30.c10 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);
H A D4-31.c10 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);
H A D4-32.c10 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);
H A D4-33.c10 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);
H A D4-34.c10 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);
H A D4-35.c10 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);
H A D4-36.c10 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);
H A D4-37.c10 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);
H A D4-38.c10 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);
H A D4-39.c10 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);
H A D4-40.c10 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);
H A D4-41.c10 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);
H A D4-42.c10 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);
H A D4-43.c10 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);
H A D4-44.c10 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);
H A D4-45.c10 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);
H A D4-46.c10 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 512 milliseconds

12345678