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

1 2 3 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
3-14.c 15 2. Set the signal handler for SIGTSTP to handler
17 4. raise SIGTSTP
40 if (sigaction(SIGTSTP, &act, 0) == -1) {
46 if (sigaction(SIGTSTP, 0, &oact) == -1) {
52 if (raise(SIGTSTP) == -1) {
1-14.c 17 2. Use sigaction to setup a signal handler for SIGTSTP
18 3. Raise SIGTSTP.
40 if (sigaction(SIGTSTP, &act, 0) == -1) {
46 if (raise(SIGTSTP) == -1) {
28-14.c 24 * -> register a signal handler for SIGTSTP with signal().
65 if (signal(SIGTSTP, handler_1) == SIG_ERR) {
85 ret = sigaction(SIGTSTP, &sa, &save);
93 ret = raise(SIGTSTP);
106 ret = sigaction(SIGTSTP, &save, 0);
114 ret = raise(SIGTSTP);
22-14.c 18 3. (child) Setup a signal handler for SIGTSTP with SA_NODEFER set
20 4. (child) raise SIGTSTP
22 6. (child, signal handler) if count is 1 then raise SIGTSTP
44 printf("SIGTSTP caught\n");
54 printf("Raising SIGTSTP\n");
55 raise(SIGTSTP);
56 printf("Returning from raising SIGTSTP\n");
72 if (sigaction(SIGTSTP, &act, 0) == -1) {
78 if (raise(SIGTSTP) == -1) {
25-14.c 17 3. (child) Setup a signal handler for SIGTSTP
18 4. (child) raise SIGTSTP
20 6. (child, signal handler) if count is 1 then raise SIGTSTP
41 printf("SIGTSTP caught\n");
52 printf("Raising SIGTSTP\n");
53 raise(SIGTSTP);
54 printf("Returning from raising SIGTSTP\n");
70 if (sigaction(SIGTSTP, &act, 0) == -1) {
76 if (raise(SIGTSTP) == -1) {
8-15.c 26 printf("Caught SIGTSTP\n");
32 raise(SIGTSTP);
46 sigaddset(&act.sa_mask, SIGTSTP);
56 if (sigaction(SIGTSTP, &act, 0) == -1) {
13-14.c 31 printf("Caught SIGTSTP\n");
52 if (sigaction(SIGTSTP, &act, 0) == -1) {
64 if (raise(SIGTSTP) == -1) {
2-14.c 14 1. Call sigaction to set handler for SIGTSTP to use handler1
15 2. Call sigaction again to set handler for SIGTSTP to use handler2,
42 if (sigaction(SIGTSTP, &act, 0) == -1) {
50 if (sigaction(SIGTSTP, &act, &oact) == -1) {
4-14.c 16 3. (child) Setup a signal handler for SIGTSTP with SIGKILL added to
18 4. (child) raise SIGTSTP
54 if (sigaction(SIGTSTP, &act, 0) == -1) {
60 if (raise(SIGTSTP) == -1) {
6-14.c 9 setting the SA_INFO bit in the signal mask for SIGTSTP will result
37 if (sigaction(SIGTSTP, &act, 0) == -1) {
43 if (raise(SIGTSTP) == -1) {
12-14.c 32 printf("Caught SIGTSTP\n");
53 if (sigaction(SIGTSTP, &act, 0) == -1) {
73 if (raise(SIGTSTP) == -1) {
12-40.c 30 printf("Caught SIGTSTP\n");
51 if (sigaction(SIGTSTP, &act, 0) == -1) {
63 if (raise(SIGTSTP) == -1) {
18-14.c 24 * -> register a handler for SIGTSTP without SA_SIGINFO, and a known function
26 * -> raise SIGTSTP, and check the function has been called.
68 /* Install the signal handler for SIGTSTP */
69 ret = sigaction(SIGTSTP, &sa, 0);
82 ret = raise(SIGTSTP);
85 perror("Failed to raise SIGTSTP");
4-40.c 16 3. (child) Setup a signal handler for SIGTSTP with SIGSTOP added to
18 4. (child) raise SIGTSTP
53 if (sigaction(SIGTSTP, &act, 0) == -1) {
59 if (raise(SIGTSTP) == -1) {
8-14.c 31 printf("Caught SIGTSTP\n");
47 if (sigaction(SIGTSTP, &act, 0) == -1) {
62 if (raise(SIGTSTP) == -1) {
4-66.c 10 that attempting to add SIGKILL to the signal mask of SIGTSTP will
33 if (sigaction(SIGTSTP, &act, 0) == -1) {
4-92.c 10 that attempting to add SIGSTOP to the signal mask of SIGTSTP will
33 if (sigaction(SIGTSTP, &act, 0) == -1) {
19-14.c 25 * -> register a handler for SIGTSTP with SA_SIGINFO, and a known function
27 * -> raise SIGTSTP, and check the function has been called.
54 if (info->si_signo != SIGTSTP) {
88 /* Install the signal handler for SIGTSTP */
89 ret = sigaction(SIGTSTP, &sa, 0);
102 ret = raise(SIGTSTP);
105 perror("Failed to raise SIGTSTP");
17-14.c 10 errno set to EINTR if a handler for the SIGTSTP signal is setup with
32 printf("Caught SIGTSTP\n");
48 sigaction(SIGTSTP, &act, 0);
67 process sending the SIGTSTP signal, and the
82 kill(pid, SIGTSTP);
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 30 SIGTSTP = 20 # Stopped
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 30 SIGTSTP = 20 # Stopped
  /external/libedit/src/
sig.h 53 _DO(SIGTSTP) \
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
13-1.c 26 (0 == SIGTSTP) ||
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 54 #define SIGTSTP 20 /* Keyboard stop (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 54 #define SIGTSTP 20 /* Keyboard stop (POSIX). */

Completed in 421 milliseconds

1 2 3 4 5 6 7 8